13b7cf06f1
- ArrayOf errors now catched in EntityTrait (event soon to be attached to it)
...
- Fixed some non-nullable defaulted to null vars in functions
- Added a new diff method for entities which skips nullable values if they are not defined.
v1.2.0
2026-07-13 12:33:40 +00:00
709ed63323
- Still working on SearchRequest for optimized and more advanced query manipulations
...
- Minor bugfixes in DatasetHandler and ObjectInstanciator
2026-07-01 13:00:01 -04:00
Dave Mc Nicoll
5d32d9f635
- Fixed MsSQL entity and searchRequest which caused buggy searchs
2026-06-19 19:44:41 +00:00
Dave Mc Nicoll
1e4a528d39
- Merged
2026-06-15 19:58:46 +00:00
Dev
2d86adc3e1
- Added some more info on a bad connection error
2026-06-09 19:27:17 +00:00
Dave Mc Nicoll
2a03789e7c
- Defined nullable adapter
2026-06-01 15:11:07 +00:00
Dave Mc Nicoll
1af0063203
- WIP on php8.5 migration
2026-05-22 20:36:35 +00:00
Dave Mc Nicoll
7b35de3258
- Work done on search request mostly
2026-05-21 15:19:35 +00:00
Dave Mc Nicoll
f938e18572
- Added a 'select' attribute, WIP on ArrayCollection and ArrayOf also
2026-04-24 19:26:02 +00:00
Dave Mc Nicoll
b394b9348f
- Specified a bit more how debug arguments are printed
2026-04-23 18:11:31 +00:00
009e30eb7e
- Added ArrayOf attributes and DatasetFill/DatasetPull events. ArrayCollection is also working with ArrayOf attributes
2026-04-13 17:00:29 +00:00
Dave Mc Nicoll
fd5d31fa17
- Merged getValue override
2026-02-25 20:09:28 +00:00
Dev
b0b3aca6d9
- Fixed error throwing while building relation
2026-01-16 21:28:40 +00:00
36162c6486
-Empty dataset can not be saved
2026-01-05 12:37:55 +00:00
Dev
11e436236c
- Heavy rework on search request handling of entities
2025-12-02 00:15:54 +00:00
Dev
a9b9c2cce9
- Heavy rework on search request handling of entities
2025-12-02 00:15:26 +00:00
Dave Mc Nicoll
cb125545c7
- WIP on search request handling of operators
2025-11-11 18:22:44 +00:00
Dave Mc Nicoll
2271b0b034
- Added a Trim PropertyValueModifier
2025-10-15 15:03:09 +00:00
Dave Mc Nicoll
2e45eba520
- Added some more debug info, fixed missing interface on Entity
2025-09-17 20:30:22 +00:00
033a183269
- Fixed a bug with an incorrect execute
2025-07-22 13:14:41 +00:00
0192975f10
- Removed 'change' form sql migration alter column in sqlite
2025-07-17 18:35:27 +00:00
b33c67b594
- WIP on locale formatting since strftime is deprecated
...
- Added Limit and Offset attributes in RelationBuilder
2025-07-14 16:54:45 +00:00
Dave Mc Nicoll
2f482324b2
- Added callable field in search, searchOne, remove, removeOne, etc...
2025-06-26 14:34:12 +00:00
Dave Mc Nicoll
a5d65025f8
- Fixed a bug within mssql migration
2025-06-20 13:11:56 +00:00
b53327a6ed
- Refactored PdoObject class a bit
2025-06-10 14:46:37 +00:00
Dave Mc Nicoll
fb644b0b0a
- Added withJoin from attributes in RelationBuilder (can't understand why it wasn't already..)
2025-06-03 20:27:15 +00:00
Dave Mc Nicoll
c719e4a6d1
- WIp on Migration for mssql
2025-05-26 18:21:37 +00:00
Dave Mc Nicoll
fb4985160a
- WIP on Migration of MsSQL
2025-05-21 18:46:34 +00:00
Dave Mc Nicoll
c54de30069
- Fixed evalClosure() missing type which converted EntityField into string
2025-05-16 12:59:31 +00:00
Dave Mc Nicoll
8fff21ecb0
- Fixed RelationBuilder problem whenever a field wasn't set
2025-05-15 18:09:52 +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
761e0401b0
- Fixed SQLite truncate, added AdapterProxy autoloading
2025-05-12 15:11:00 +00:00
Dave Mc Nicoll
1ec582d1ac
- Comparison made before transforming to string was skipping nulls and not nulls but empty
2025-04-03 19:38:48 +00:00
Dave Mc Nicoll
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
2025-03-20 17:31:19 +00:00
Dave Mc Nicoll
bfddf84564
- Added partial support for Index as primary keys
2025-03-11 19:36:00 +00:00
Dave Mc Nicoll
e0ec140661
- Sqlite now handles concurrency with transactions
2025-02-25 14:09:41 +00:00
Dave Mc Nicoll
0fd6889c6f
- ID attribute is now readonly by default (since autoincremented)
v1.0.0
2025-02-03 19:56:35 +00:00
bd0d928f35
- Added SearchableInterace as base of EntityInterface
2024-12-16 19:44:07 +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
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
b601939459
- Bugfixes in search request, WIP on JsonTrait
2024-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 implemented
2024-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 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
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