Commit Graph

143 Commits

Author SHA1 Message Date
Dave M. 3736fbe0f6 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-10-31 18:05:00 +00:00
Dave M. 667c1fe9ab - Fixed an alias problem within deleteFromPk() method 2023-10-31 18:04:49 +00:00
Dave M. d2bd6c2f58 - minor fixes 2023-10-31 16:34:45 +00:00
Dave M. 953fc35680 - Completed SQLite pragma's missing code 2023-10-31 16:11:23 +00:00
Dave M. 6c6733b503 - Merging.. 2023-10-31 14:40:02 +00:00
Dave M. e641bc321d - SQLite pragma handling was not applied ; fixed 2023-10-31 14:37:46 +00:00
Dave M. da5d203768 - Small quick fix on espaceIdentifier whichi misses a type 2023-10-31 14:17:56 +00:00
Dave M. f77c93ad20 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-10-30 19:41:50 +00:00
Dave M. c9d9281c63 - Added a new clone() method to Repository() base class 2023-10-30 19:41:40 +00:00
Dave Mc Nicoll 8e0dce3e71 - Still WIP on Api's wrapper 2023-10-27 18:33:48 -04:00
Dave M. 1927b43999 - Some overdue modification made to allow more flexibility 2023-10-27 17:53:55 +00:00
Dave Mc Nicoll cc741566fb - Bugfixes made while working on lean/console database migrations 2023-08-31 09:15:50 -04:00
Dave Mc Nicoll 8489cb4841 - Added some options to withJoin() method of repository 2023-08-29 16:32:25 -04:00
Dave M. 9ebf7b05d7 - Bugfixes made while working on lean/console 2023-08-29 20:29:33 +00:00
Dave M. 338b599d39 - Added a default searchRequest() method to entityTrait 2023-07-31 14:28:19 -04:00
Dave M. d01624b8aa - WIP on relations, constrains and foreign keys 2023-07-14 19:57:29 -04:00
Dave M. 01ab6e82d4 - Some small bugfixes made 2023-07-09 12:38:52 -04:00
Dave Mc Nicoll a4743b471c - saveAll() now also supports arrays 2023-05-12 18:56:59 +00: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. cfaebbecc4 - Minor enhancements 2023-04-05 17:42:02 +00: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 M. cee978ecfd Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-03-23 15:09:56 +00:00
Dave M. 43880eb428 - Migrated Entity's file into attributes 2023-03-23 15:09:42 +00:00
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