Dave Mc Nicoll
1e4a528d39
- Merged
2026-06-15 19:58:46 +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
Dev
b0b3aca6d9
- Fixed error throwing while building relation
2026-01-16 21:28:40 +00:00
033a183269
- Fixed a bug with an incorrect execute
2025-07-22 13:14:41 +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
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
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
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
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
bd9078230d
- Multiple bug fixes related to notes 2.x
2024-05-31 12:26:39 +00:00
f3be11a590
- WIP on notes 2.x
2024-05-28 08:59:12 -04:00
75231f32b3
- WIP on Notes v2.x
2024-05-09 19:49:27 +00:00
d9fa51fa18
- Still WIP on removing annotations
2023-12-04 12:36:06 -05:00
Dave Mc Nicoll
acab934f6f
- Some bugfixes applied live
2023-11-08 09:27:03 -05:00
Dave Mc Nicoll
a4b81f1932
- Added support for closure in Virtual field
2023-11-07 11:01:55 -05:00
fed7d2e302
- Some minors adjustments to match PHP 8.x coding styles
2023-11-01 09:55:19 -04:00
1927b43999
- Some overdue modification made to allow more flexibility
2023-10-27 17:53:55 +00:00
Dave Mc Nicoll
f3712c9cc7
- Changed returned object from PdoObject runQuery method correcting 'Creation of dynamic property PDOStatement:: is deprecated'
2023-04-13 15:39:16 -04:00
9514a46ae7
- WIP on SQLite Adapter and migration
2023-03-27 18:38:31 +00:00
Dave Mc Nicoll
c6bfaa05f2
- Added support for field value in Where attribute
2023-02-23 12:15:31 -05:00
e6d0279c1a
- WIP on attributes ; on testing phase
2023-01-26 13:25:59 +00:00
497fe5547b
- Some minor bugfixes done on the return type of searchRelation
2022-11-29 19:51:03 +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
724ab250ab
- Merge latest commits and added virtual closures too
2022-05-15 03:50:34 +00:00
Dave Mc Nicoll
f14347f01d
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-11-24 16:36:13 +00:00
e4767f7c09
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-10-21 19:32:12 +00:00
9ad2e94d12
- Work done on Ulmus which were added within the Bottin de suppléance app
2021-10-21 19:02:59 +00:00
Dave Mc Nicoll
dc5e088551
- Some bugfixes were made, added a new diff before saving results. Also, a new method was added for insert, update and delete respectively for other drivers to override as needed
2021-10-19 12:41:04 +00:00
Dave Mc Nicoll
7fb591e1f5
- A lot of fixes made again in this patch
2021-05-24 20:03:38 +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