Commit Graph

188 Commits

Author SHA1 Message Date
Dave Mc Nicoll d5cca085bc - Removed offset if limit = 0 2024-10-07 19:36:53 +00:00
Dave Mc Nicoll 8b1c11676d - Added OrderBy (heavy WIP, will be recoded 2024-08-30 18:59:48 +00:00
Dave M. aa07c728fe - Fixed transactions in SQLite 2024-06-28 07:47:53 -04:00
Dave Mc Nicoll d4181065cf Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x 2024-06-28 11:46:46 +00:00
Dave Mc Nicoll 62998faf40 - WIP on SearchRequest enums and manual searchs 2024-06-28 11:46:09 +00:00
Dave M. feee26cd26 Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x 2024-06-21 13:01:48 +00:00
Dave M. e37944c63a - Began WIP on SQL specific PdoObject 2024-06-21 13:01:21 +00:00
Dave M. 1d38ae8245 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x 2024-06-21 13:00:57 +00:00
Dave Mc Nicoll 0c8591f238 - Added multiple parameters on SearchParameter 2024-06-05 17:47:31 +00:00
Dave Mc Nicoll bbfd7c02b4 - WIP on SearchAttributes supporting Request's attributes 2024-06-04 13:33:48 +00:00
Dave Mc Nicoll bd9078230d - Multiple bug fixes related to notes 2.x 2024-05-31 12:26:39 +00:00
Dave M. f3be11a590 - WIP on notes 2.x 2024-05-28 08:59:12 -04:00
Dave Mc Nicoll 2de3139c80 - Added description to most attributes 2024-05-27 18:09:22 +00:00
Dave Mc Nicoll e37eeb85f1 Merge branch 'master' into notes-2.x 2024-05-21 14:01:50 +00:00
Dave Mc Nicoll 7de0ecb028 - Fixed SearchLike attribute 2024-05-21 13:00:19 +00:00
Dave M. 75231f32b3 - WIP on Notes v2.x 2024-05-09 19:49:27 +00:00
Dave Mc Nicoll 1dd9da6eb6 - Fixes done for QueryBuilderInterface 2024-04-24 11:23:10 -04:00
Dave M. b38b81d03c - Still WIP on SearchRequest attributes migration 2024-04-22 13:54:48 +00:00
Dave M. 950df5eb99 - Continued work on SearchRequest migration and fixed some more QueryBuilder migration too 2024-04-18 19:59:28 +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
Dave M. 15be1597b8 - Fixed a recurrent bug within deleteOne() method 2024-02-01 16:17:08 +00:00
Dave M. fa4e686f35 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-12-04 12:36:20 -05:00
Dave M. d9fa51fa18 - Still WIP on removing annotations 2023-12-04 12:36:06 -05:00
Dave Mc Nicoll d4d68a029d - Fixed a problem of invalid comparison types in empty IN() query fragment 2023-11-24 11:31:54 -05:00
Dave Mc Nicoll ea667db552 - Testing another boolean handling method 2023-11-20 15:24:23 -05:00
Dave Mc Nicoll afe5144dc7 - Added a new value binding methods 2023-11-20 15:21:17 -05:00
Dave M. 62792e8325 - Fixed a bug within INSERT query 2023-11-17 23:34:55 -05:00
Dave M. 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 7f8780d328 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-17 16:00:59 -05:00
Dave Mc Nicoll 9a9f473f3f - PDO Params are now properly (mostly..) binded, bool, null and int are now handled correctly 2023-11-17 16:00:29 -05:00
Dave M. fab70aec6a fixed a missing alias 2023-11-17 08:19:12 -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
Dave M. 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
Dave Mc Nicoll ab582c9318 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-07 11:02:06 -05:00
Dave Mc Nicoll a4b81f1932 - Added support for closure in Virtual field 2023-11-07 11:01:55 -05:00
Dave M. ab1d7e4f5b Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-03 19:45:31 -04:00
Dave M. bfc1e1cf93 - WIP on removing annotations 2023-11-03 19:45:21 -04:00
Dave M. 531908b04c Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-03 08:26:16 -04:00
Dave M. 07ae8faaac - Worked on SQLite adapter mostly 2023-11-03 08:25:35 -04:00
Dave Mc Nicoll 756474d460 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2023-11-01 11:26:10 -04:00
Dave Mc Nicoll d297fd9e86 - Fixed a bug which caused a problem using offset without limits 2023-11-01 11:25:59 -04:00
Dave M. fed7d2e302 - Some minors adjustments to match PHP 8.x coding styles 2023-11-01 09:55:19 -04:00
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