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.
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
Dave M.
fed7d2e302
- Some minors adjustments to match PHP 8.x coding styles
2023-11-01 09:55:19 -04:00
Dave M.
1927b43999
- Some overdue modification made to allow more flexibility
2023-10-27 17:53:55 +00:00
Dave Mc Nicoll
8489cb4841
- Added some options to withJoin() method of repository
2023-08-29 16:32:25 -04:00
Dave Mc Nicoll
bd61522a07
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-04-13 15:39:21 -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
Dave M.
eb6434bb72
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2023-03-30 15:24:58 +00:00
Dave M.
2ad52aba85
- WIP on Alter table for lean-console
2023-03-30 15:24:48 +00:00
Dave Mc Nicoll
3c5aa51850
- WIP on PHP 8.2 conversion
2023-03-29 11:30:46 -04:00
Dave M.
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
Dave Mc Nicoll
31f031715d
- Fixed a bug within notIn() statement
2023-02-03 14:06:00 +00:00
Dave Mc Nicoll
70021d829d
- WIP on attributes
2023-01-26 18:47:53 +00:00
Dave M.
e6d0279c1a
- WIP on attributes ; on testing phase
2023-01-26 13:25:59 +00:00
Dave M.
43a913a602
- Fixed IN() query from Where rendering
2023-01-16 14:19:37 +00:00
Dave M.
b6752f4364
WIP on docs and added basic enums supports
2023-01-14 02:19:42 +00:00
Dave M.
497fe5547b
- Some minor bugfixes done on the return type of searchRelation
2022-11-29 19:51:03 +00:00
Dave M.
dfb84c104d
- Small fix to MsSQL repository
2022-07-18 17:28:53 +00:00
Dave M.
00ebf3381f
- Completed merge
2022-07-15 19:59:38 +00:00
Dave M.
e1990e7cc0
- Merge with Mssql repository bugfix
2022-06-21 15:38:06 +00:00
Dave M.
724ab250ab
- Merge latest commits and added virtual closures too
2022-05-15 03:50:34 +00:00
Dave Mc Nicoll
486077b2d4
- Fixed the merge
2022-04-13 13:12:00 +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
Dave M.
c14644cdda
- A lot of work done on bug fixing. Added a new SQLite adapter
2022-01-28 16:37:35 +00:00
Dave Mc Nicoll
f14347f01d
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-11-24 16:36:13 +00:00
Dave M.
e4767f7c09
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-10-21 19:32:12 +00:00
Dave M.
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
58afe841e7
- Fixed a double negative
2021-08-27 18:04:36 +00:00
Dave Mc Nicoll
7fb591e1f5
- A lot of fixes made again in this patch
2021-05-24 20:03:38 +00:00
Dave M.
e3d0e45a4e
- Some work done on correcting LDAP package compatibility
2021-03-09 15:25:46 +00:00
Dave M.
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
Dave M.
7dd64abf29
- Added a LoadRelation for the repository.
...
- Added a new @Filter() annotation to the relation; adding it to JOIN is also coming.
- Some bugfixes done within the Where and ConditionTrait.
2021-01-06 19:35:45 +00:00
Dave Mc Nicoll
139504f8dd
- Added the HAVING and TRUNCATE keyword
...
- Fixed GroupBy which was not implemented yet
- Added a new SQL raw() function
- From statement now accepts subqueries
2020-10-06 11:00:12 -04:00