Dave Mc Nicoll
761e0401b0
- Fixed SQLite truncate, added AdapterProxy autoloading
2025-05-12 15:11:00 +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
9eed2fe1a8
- Added caching mechanism as an event listener
2024-12-02 15:22:30 -05: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
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
b38b81d03c
- Still WIP on SearchRequest attributes migration
2024-04-22 13:54:48 +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
d9fa51fa18
- Still WIP on removing annotations
2023-12-04 12:36:06 -05:00
3a80fee9c3
- Added support for Ignore attribute in dataset export of EntityTrait
...
- Work done on JSONification of entity
2023-11-17 22:40:21 -05:00
Dave Mc Nicoll
c1755d250b
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-11-08 09:27:26 -05:00
Dave Mc Nicoll
acab934f6f
- Some bugfixes applied live
2023-11-08 09:27:03 -05:00
2e377374d4
- Removed unused annotations
2023-11-08 06:52:38 -05:00
Dave Mc Nicoll
c2cccc0222
- Fixed a proble within EntityInterface with field(s) which needed a false instead of bool
2023-11-07 11:12:59 -05:00
ab1d7e4f5b
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-11-03 19:45:31 -04:00
bfc1e1cf93
- WIP on removing annotations
2023-11-03 19:45:21 -04: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
fed7d2e302
- Some minors adjustments to match PHP 8.x coding styles
2023-11-01 09:55:19 -04:00
3736fbe0f6
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-10-31 18:05:00 +00:00
667c1fe9ab
- Fixed an alias problem within deleteFromPk() method
2023-10-31 18:04:49 +00:00
d2bd6c2f58
- minor fixes
2023-10-31 16:34:45 +00:00
1927b43999
- Some overdue modification made to allow more flexibility
2023-10-27 17:53:55 +00:00
338b599d39
- Added a default searchRequest() method to entityTrait
2023-07-31 14:28:19 -04:00
01ab6e82d4
- Some small bugfixes made
2023-07-09 12:38:52 -04: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
c9c6a11ebd
- Fixed a bug caused by the addition of Attributes (on Ignore tags) and ajusted the EntityTrait with it
2023-02-08 16:37:48 +00:00
Dave Mc Nicoll
88e9f048db
- Select now only query existing entity's fields on select() and withJoin() statements.
2023-01-27 15:46:16 +00:00
e6d0279c1a
- WIP on attributes ; on testing phase
2023-01-26 13:25:59 +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
b20e537038
- Added a new @PrimaryKey annotation to replace the too-specific property-wise @Id
2022-11-11 13:57:29 +00:00
Dave Mc Nicoll
0e8443b1c1
Prepping everything for a PHP 8 release
2022-10-10 14:26:27 +00:00
e97df353ae
- Prepping 8.1 migration
2022-07-18 16:18:29 +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
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
667df92e52
- Added BLOBs types
2021-12-06 18:44:17 +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
8f9332fbad
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-01-26 16:59:29 +00:00
e465ecdf32
- Work done on Join and using the @Relation annotation in case there is no join.
...
- Added some field type (date, Datetime, Time)
- Added a new @Filter annotation which allows to filter repository from relation into a method.
2021-01-26 16:48:40 +00:00