Commit Graph

116 Commits

Author SHA1 Message Date
Dave M. 58bdce0ea8 - Some small bugfixes done 2023-03-23 14:56:13 +00:00
Dave M. fa8adcace1 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-02-23 17:16:31 +00:00
Dave M. 36cddf8f78 - Upgraded doc intro to match new attribute uses. 2023-02-23 17:16:22 +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 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 M. d4a9fc8463 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-02-07 16:49:39 +00:00
Dave M. 94edb09352 - Added a new RelationTypeEnum 2023-02-07 16:49:25 +00:00
Dave Mc Nicoll dcccce7893 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-02-03 14:06:13 +00:00
Dave Mc Nicoll 31f031715d - Fixed a bug within notIn() statement 2023-02-03 14:06:00 +00:00
Dave M. 26ffecbb6e - WIP on PHP 8 attributes 2023-02-01 03:50:09 +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
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. 5295a335b3 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-01-16 14:19:52 +00:00
Dave M. 43a913a602 - Fixed IN() query from Where rendering 2023-01-16 14:19:37 +00:00
Dave M. 197eee90f7 Removed file that reappeared after unstashing 2023-01-13 21:46:08 -05:00
Dave M. 0a7ff4fd21 done mergin 2023-01-13 21:45:42 -05:00
Dave M. 00e20a7692 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-01-13 21:28:29 -05:00
Dave M. d600908f47 - WIP on first 'doc' and also minimal support for enums where added 2023-01-13 21:27:56 -05:00
Dave Mc Nicoll 26febb631d Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-01-14 02:25:10 +00:00
Dave Mc Nicoll 5ef20533b2 - Fixed a bug with the IN query 2023-01-14 02:22:14 +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 Mc Nicoll 902167c2ed - Fixed the JOIN comparison (instead of putting it in the main query) 2022-11-24 19:22:49 +00: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
Dave M. dfb84c104d - Small fix to MsSQL repository 2022-07-18 17:28:53 +00:00
Dave M. e97df353ae - Prepping 8.1 migration 2022-07-18 16:18:29 +00:00
Dave M. 00ebf3381f - Completed merge 2022-07-15 19:59:38 +00:00
Dave Mc Nicoll 430cd03bc4 - Fixed an important bug when an alias was not given 2022-06-29 19:31:27 +00:00
Dave Mc Nicoll 8507283d27 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2022-06-28 12:45:25 +00:00
Dave Mc Nicoll fc9b536eee - Quick MSSQL fix 2022-06-28 12:37:02 +00:00
Dave M. c3c320112b Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2022-06-21 15:38:48 +00:00
Dave M. e1990e7cc0 - Merge with Mssql repository bugfix 2022-06-21 15:38:06 +00:00
Dave Mc Nicoll 84682d1c8e Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2022-06-21 15:32:31 +00:00
Dave Mc Nicoll 52f240ef15 -Resetting encrypt if value is false 2022-06-21 15:31:49 +00:00
Dave M. 724ab250ab - Merge latest commits and added virtual closures too 2022-05-15 03:50:34 +00:00
Dave Mc Nicoll e14a3670fc -Fixed join order in queries 2022-05-10 13:19:48 +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 M. 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
Dave Mc Nicoll 2210853093 - Added a missing return from newly created items in save() ; also added a count in saveAll() method allowing to know how many items were saved 2021-11-24 16:22:28 +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 0453e9cbc5 - Added the replace keyword 2021-08-02 15:13:17 +00:00