54 Commits

Author SHA1 Message Date
Dev
11e436236c - Heavy rework on search request handling of entities 2025-12-02 00:15:54 +00:00
Dave Mc Nicoll
cb125545c7 - WIP on search request handling of operators 2025-11-11 18:22:44 +00:00
0192975f10 - Removed 'change' form sql migration alter column in sqlite 2025-07-17 18:35:27 +00:00
Dave Mc Nicoll
fb4985160a - WIP on Migration of MsSQL 2025-05-21 18:46:34 +00:00
Dave Mc Nicoll
cc6048d4ee - WIP on migration and some bug fixes linked to withJoin() select problems 2025-05-15 18:05:23 +00:00
Dave Mc Nicoll
e0ec140661 - Sqlite now handles concurrency with transactions 2025-02-25 14:09:41 +00:00
5a5d326d70 - Merging 2024-12-16 18:57:01 +00:00
b5e96eb7e0 - WIP on Collation 2024-12-16 18:46:24 +00:00
Dave Mc Nicoll
9eed2fe1a8 - Added caching mechanism as an event listener 2024-12-02 15:22:30 -05:00
b601939459 - Bugfixes in search request, WIP on JsonTrait 2024-11-21 19:16:40 -05:00
4ad44f73d7 - Fixed month() and days() format which were prepending zero ; adjusted to make it's behaviour like MySQL method 2024-11-14 13:40:47 +00:00
68a6636c06 - Fixed a bug where default value was set to empty instead of nothing 2024-11-13 20:48:38 -05:00
Dave Mc Nicoll
70c6cde603 - Latest commit into this branch, merging after 2024-11-13 14:02:03 -05:00
Dave Mc Nicoll
83f673b37f - Mostly bug fixes done on this code push 2024-11-01 16:14:14 -04:00
Dave Mc Nicoll
411992c7a8 - Added a new Field Mapper to SQLs Adapters.
- Defined missing MySQL fields attributes
- WIP on lean-console's migration methods
2024-10-21 18:12:24 +00:00
Dave Mc Nicoll
18313fd7f5 - Forgot to set escapeIdentifier as static 2024-10-14 14:43:03 +00:00
Dave Mc Nicoll
3c2ae86653 - Field mapper is now removed from Adapters and set into it's own object
- Added a PK to Column (IS)
2024-10-14 12:53:15 +00:00
Dave Mc Nicoll
d4181065cf Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x 2024-06-28 11:46:46 +00:00
Dave Mc Nicoll
62998faf40 - WIP on SearchRequest enums and manual searchs 2024-06-28 11:46:09 +00:00
e37944c63a - Began WIP on SQL specific PdoObject 2024-06-21 13:01:21 +00:00
75231f32b3 - WIP on Notes v2.x 2024-05-09 19:49:27 +00:00
Dave Mc Nicoll
1dd9da6eb6 - Fixes done for QueryBuilderInterface 2024-04-24 11:23:10 -04:00
Dave Mc Nicoll
9fdebf454d - Started working on decoupling QueryBuilder from SqlQueryBuilder
- WIP on SearchRequest attributes
- Began working on removing 'Ulmus' class
- WIP on removing SQL query building from Repository (which will become SqlRepository)
2024-04-17 15:54:48 -04:00
Dave Mc Nicoll
4571517dc8 - Added some SearchRequest attributes ; now it's even simpler to add searchable fields
- Began decoupling of QueryBuilder from native MySQL method ; some works needs to be done on for the Repository object splitting also.
2024-04-09 19:14:27 -04:00
Dave Mc Nicoll
acab934f6f - Some bugfixes applied live 2023-11-08 09:27:03 -05:00
531908b04c Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-03 08:26:16 -04:00
07ae8faaac - Worked on SQLite adapter mostly 2023-11-03 08:25:35 -04:00
953fc35680 - Completed SQLite pragma's missing code 2023-10-31 16:11:23 +00:00
6c6733b503 - Merging.. 2023-10-31 14:40:02 +00:00
e641bc321d - SQLite pragma handling was not applied ; fixed 2023-10-31 14:37:46 +00:00
da5d203768 - Small quick fix on espaceIdentifier whichi misses a type 2023-10-31 14:17:56 +00:00
1927b43999 - Some overdue modification made to allow more flexibility 2023-10-27 17:53:55 +00:00
Dave Mc Nicoll
cc741566fb - Bugfixes made while working on lean/console database migrations 2023-08-31 09:15:50 -04:00
9ebf7b05d7 - Bugfixes made while working on lean/console 2023-08-29 20:29:33 +00:00
01ab6e82d4 - Some small bugfixes made 2023-07-09 12:38:52 -04:00
2ad52aba85 - WIP on Alter table for lean-console 2023-03-30 15:24:48 +00:00
9514a46ae7 - WIP on SQLite Adapter and migration 2023-03-27 18:38:31 +00:00
58bdce0ea8 - Some small bugfixes done 2023-03-23 14:56:13 +00:00
0a7ff4fd21 done mergin 2023-01-13 21:45:42 -05:00
d600908f47 - WIP on first 'doc' and also minimal support for enums where added 2023-01-13 21:27:56 -05:00
Dave Mc Nicoll
0e8443b1c1 Prepping everything for a PHP 8 release 2022-10-10 14:26:27 +00:00
00ebf3381f - Completed merge 2022-07-15 19:59:38 +00:00
e1990e7cc0 - Merge with Mssql repository bugfix 2022-06-21 15:38:06 +00:00
Dave Mc Nicoll
486077b2d4 - Fixed the merge 2022-04-13 13:12:00 +00:00
Dave Mc Nicoll
325704260b - Fixed conflicts 2022-04-13 03:38:57 +00:00
Dave Mc Nicoll
16d76470da - A lot of bugfixes and fitting to accomodate ldap adapter 2022-04-13 03:31:48 +00:00
c14644cdda - A lot of work done on bug fixing. Added a new SQLite adapter 2022-01-28 16:37:35 +00:00
4df9ececba - Fixed a bug occuring when a field was already escaped 2021-04-23 03:03:01 +00:00
16c6eb57fb - Added a MssqlRepository
- Adapter some code to allow more flexibility for the new LDAP adapter from ulmus-ldap.
- Insert's fields are now escaped by default.
- A new RelationBuilder was added, a lot of code from the EntityTrait was moved into this. Some code from the Repository class will need to be moved there too.
2021-03-01 16:26:06 +00:00
efa957fe58 - Merged stash after pull 2020-10-16 15:27:54 +00:00