0192975f10- Removed 'change' form sql migration alter column in sqliteDave M2025-07-17 18:35:27 +00:00
b33c67b594- WIP on locale formatting since strftime is deprecated - Added Limit and Offset attributes in RelationBuilderDave M2025-07-14 16:54:45 +00:00
2f482324b2- Added callable field in search, searchOne, remove, removeOne, etc...
Dave Mc Nicoll
2025-06-26 14:33:37 +00:00
a5d65025f8- Fixed a bug within mssql migration
Dave Mc Nicoll
2025-06-20 13:11:56 +00:00
b53327a6ed- Refactored PdoObject class a bitDave M2025-06-10 14:46:37 +00:00
fb644b0b0a- Added withJoin from attributes in RelationBuilder (can't understand why it wasn't already..)
Dave Mc Nicoll
2025-06-03 20:27:15 +00:00
c719e4a6d1- WIp on Migration for mssql
Dave Mc Nicoll
2025-05-26 18:21:37 +00:00
fb4985160a- WIP on Migration of MsSQL
Dave Mc Nicoll
2025-05-21 18:46:34 +00:00
c54de30069- Fixed evalClosure() missing type which converted EntityField into string
Dave Mc Nicoll
2025-05-16 12:59:31 +00:00
8fff21ecb0- Fixed RelationBuilder problem whenever a field wasn't set
Dave Mc Nicoll
2025-05-15 18:09:52 +00:00
cc6048d4ee- WIP on migration and some bug fixes linked to withJoin() select problems
Dave Mc Nicoll
2025-05-15 18:05:23 +00:00
761e0401b0- Fixed SQLite truncate, added AdapterProxy autoloading
Dave Mc Nicoll
2025-05-12 15:11:00 +00:00
1ec582d1ac- Comparison made before transforming to string was skipping nulls and not nulls but empty
Dave Mc Nicoll
2025-04-03 19:37:58 +00:00
9556dea849- Fixed a bug where withJoin() would mess with previous select() done on querybuilding - Fixed a problem related with distinct in select whenever another select on fields was done
Dave Mc Nicoll
2025-03-20 17:28:56 +00:00
bfddf84564- Added partial support for Index as primary keys
Dave Mc Nicoll
2025-03-11 19:36:00 +00:00
e0ec140661- Sqlite now handles concurrency with transactions
Dave Mc Nicoll
2025-02-25 14:09:41 +00:00
0fd6889c6f- ID attribute is now readonly by default (since autoincremented)
v1.0.0
Dave Mc Nicoll
2025-02-03 19:56:35 +00:00
bd0d928f35- Added SearchableInterace as base of EntityInterfaceDave Mc Nicoll2024-12-16 19:44:07 +00:00
7c589ab7b4- Fixed forgotten return value form listColumns in SQLite driver
Dave Mc Nicoll
2024-12-09 20:42:32 +00:00
589524ca3a- Added limitation on fixedValue in Where attribute
Dave Mc Nicoll
2024-12-09 16:40:50 +00:00
1fac12c928- Added relation's shortcut attributes
Dave Mc Nicoll
2024-12-02 21:36:03 +00:00
9eed2fe1a8- Added caching mechanism as an event listener
Dave Mc Nicoll
2024-12-02 15:22:30 -05:00
b601939459- Bugfixes in search request, WIP on JsonTraitDave Mc Nicoll2024-11-21 19:16:40 -05:00
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 implementedDave Mc Nicoll2024-11-16 16:05:26 +00:00
4ad44f73d7- Fixed month() and days() format which were prepending zero ; adjusted to make it's behaviour like MySQL methodDave Mc Nicoll2024-11-14 13:40:47 +00:00
68a6636c06- Fixed a bug where default value was set to empty instead of nothingDave Mc Nicoll2024-11-13 20:48:38 -05:00
70c6cde603- Latest commit into this branch, merging after
notes-2.x
Dave Mc Nicoll
2024-11-13 14:02:03 -05:00
ec4d02b9d9- Removed 'description' property and moved it into an appropriate attribute from lean-api package
Dave Mc Nicoll
2024-11-11 20:42:29 +00:00
35ceb97241- Added Exists method
Dave Mc Nicoll
2024-11-10 13:08:05 +00:00
83f673b37f- Mostly bug fixes done on this code push
Dave Mc Nicoll
2024-11-01 16:14:14 -04:00
411992c7a8- Added a new Field Mapper to SQLs Adapters. - Defined missing MySQL fields attributes - WIP on lean-console's migration methods
Dave Mc Nicoll
2024-10-21 18:12:24 +00:00
5f4f23a8e4- Allowed a JOINed entity to be null if nothing is loaded from a query and it's field is nullable
Dave Mc Nicoll
2024-10-14 16:32:23 +00:00
573d4cc06b- RelationBuilder now returns NULL if no entity were found AND given field is nullable
Dave Mc Nicoll
2024-10-14 16:07:12 +00:00
18313fd7f5- Forgot to set escapeIdentifier as static
Dave Mc Nicoll
2024-10-14 14:43:03 +00:00
9503b24467- Fixed some bugs within SearchRequestFromRequestTrait
Dave Mc Nicoll
2024-10-14 14:41:35 +00:00
3c2ae86653- Field mapper is now removed from Adapters and set into it's own object - Added a PK to Column (IS)
Dave Mc Nicoll
2024-10-14 12:53:15 +00:00
9977a25cf5- Forgot a dump()
Dave Mc Nicoll
2024-10-07 19:39:52 +00:00
3ba8a2a5d0- Fixed 'value' for SearchRequestOrderBy and also fixed a typo where SearchManual would not be set
Dave Mc Nicoll
2024-10-07 19:38:29 +00:00
1dd9da6eb6- Fixes done for QueryBuilderInterface
Dave Mc Nicoll
2024-04-24 11:23:10 -04:00
b38b81d03c- Still WIP on SearchRequest attributes migrationDave M2024-04-22 13:54:48 +00:00
950df5eb99- Continued work on SearchRequest migration and fixed some more QueryBuilder migration tooDave M2024-04-18 19:59:28 +00:00
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)
Dave Mc Nicoll
2024-04-17 15:54:48 -04:00
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.
Dave Mc Nicoll
2024-04-09 19:14:27 -04:00
15be1597b8- Fixed a recurrent bug within deleteOne() methodDave Mc Nicoll2024-02-01 16:17:08 +00:00
3a80fee9c3- Added support for Ignore attribute in dataset export of EntityTrait - Work done on JSONification of entityDave Mc Nicoll2023-11-17 22:40:21 -05:00