Dave M.
bd0d928f35
- Added SearchableInterace as base of EntityInterface
2024-12-16 19:44:07 +00:00
Dave M.
5a5d326d70
- Merging
2024-12-16 18:57:01 +00:00
Dave M.
b5e96eb7e0
- WIP on Collation
2024-12-16 18:46:24 +00:00
Dave Mc Nicoll
7c589ab7b4
- Fixed forgotten return value form listColumns in SQLite driver
2024-12-09 20:42:37 +00:00
Dave Mc Nicoll
589524ca3a
- Added limitation on fixedValue in Where attribute
2024-12-09 16:40:50 +00:00
Dave Mc Nicoll
1fac12c928
- Added relation's shortcut attributes
2024-12-02 21:36:03 +00:00
Dave Mc Nicoll
9eed2fe1a8
- Added caching mechanism as an event listener
2024-12-02 15:22:30 -05:00
Dave M.
b601939459
- Bugfixes in search request, WIP on JsonTrait
2024-11-21 19:16:40 -05:00
Dave M.
e3314f40ac
- WIP on JsonConditionTrait for SQL flavors that supports it; fixed a bug within Entity initialization from a new method to instanciate it which was implemented
2024-11-16 16:05:26 +00:00
Dave M.
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
Dave M.
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
079a3fd110
Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
2024-11-11 20:42:51 +00:00
Dave Mc Nicoll
ec4d02b9d9
- Removed 'description' property and moved it into an appropriate attribute from lean-api package
2024-11-11 20:42:29 +00:00
Dave Mc Nicoll
35ceb97241
- Added Exists method
2024-11-10 13:08:05 +00: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
5f4f23a8e4
- Allowed a JOINed entity to be null if nothing is loaded from a query and it's field is nullable
2024-10-14 16:32:23 +00:00
Dave Mc Nicoll
2fda7e82d7
Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
2024-10-14 16:07:28 +00:00
Dave Mc Nicoll
573d4cc06b
- RelationBuilder now returns NULL if no entity were found AND given field is nullable
2024-10-14 16:07:12 +00:00
Dave Mc Nicoll
18313fd7f5
- Forgot to set escapeIdentifier as static
2024-10-14 14:43:03 +00:00
Dave Mc Nicoll
9503b24467
- Fixed some bugs within SearchRequestFromRequestTrait
2024-10-14 14:41:35 +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
9977a25cf5
- Forgot a dump()
2024-10-07 19:39:52 +00:00
Dave Mc Nicoll
3ba8a2a5d0
- Fixed 'value' for SearchRequestOrderBy and also fixed a typo where SearchManual would not be set
2024-10-07 19:38:29 +00:00
Dave Mc Nicoll
4106c8db91
Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
2024-10-07 19:37:10 +00:00
Dave Mc Nicoll
d5cca085bc
- Removed offset if limit = 0
2024-10-07 19:36:53 +00:00
Dave M.
c56b584140
- Merges
2024-10-02 14:18:35 -04:00
Dave Mc Nicoll
8b1c11676d
- Added OrderBy (heavy WIP, will be recoded
2024-08-30 18:59:48 +00:00
Dave M.
aa07c728fe
- Fixed transactions in SQLite
2024-06-28 07:47:53 -04: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
Dave M.
feee26cd26
Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
2024-06-21 13:01:48 +00:00
Dave M.
e37944c63a
- Began WIP on SQL specific PdoObject
2024-06-21 13:01:21 +00:00
Dave M.
1d38ae8245
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x
2024-06-21 13:00:57 +00:00
Dave Mc Nicoll
0c8591f238
- Added multiple parameters on SearchParameter
2024-06-05 17:47:31 +00:00
Dave Mc Nicoll
bbfd7c02b4
- WIP on SearchAttributes supporting Request's attributes
2024-06-04 13:33:48 +00:00
Dave Mc Nicoll
bd9078230d
- Multiple bug fixes related to notes 2.x
2024-05-31 12:26:39 +00:00
Dave M.
f3be11a590
- WIP on notes 2.x
2024-05-28 08:59:12 -04:00
Dave Mc Nicoll
2de3139c80
- Added description to most attributes
2024-05-27 18:09:22 +00:00
Dave Mc Nicoll
e37eeb85f1
Merge branch 'master' into notes-2.x
2024-05-21 14:01:50 +00:00
Dave Mc Nicoll
7de0ecb028
- Fixed SearchLike attribute
2024-05-21 13:00:19 +00:00
Dave M.
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 M.
b38b81d03c
- Still WIP on SearchRequest attributes migration
2024-04-22 13:54:48 +00:00
Dave M.
950df5eb99
- Continued work on SearchRequest migration and fixed some more QueryBuilder migration too
2024-04-18 19:59:28 +00: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 M.
15be1597b8
- Fixed a recurrent bug within deleteOne() method
2024-02-01 16:17:08 +00:00
Dave M.
fa4e686f35
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-12-04 12:36:20 -05:00