| 
							
							
								 Dave Mc Nicoll | 2271b0b034 | - Added a Trim PropertyValueModifier | 2025-10-15 15:03:09 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 2e45eba520 | - Added some more debug info, fixed missing interface on Entity | 2025-09-17 20:30:22 +00:00 |  | 
			
				
					|  | 033a183269 | - Fixed a bug with an incorrect execute | 2025-07-22 13:14:41 +00:00 |  | 
			
				
					|  | 0192975f10 | - Removed 'change' form sql migration alter column in sqlite | 2025-07-17 18:35:27 +00:00 |  | 
			
				
					|  | b33c67b594 | - WIP on locale formatting since strftime is deprecated - Added Limit and Offset attributes in RelationBuilder | 2025-07-14 16:54:45 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 2f482324b2 | - Added callable field in search, searchOne, remove, removeOne, etc... | 2025-06-26 14:34:12 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | a5d65025f8 | - Fixed a bug within mssql migration | 2025-06-20 13:11:56 +00:00 |  | 
			
				
					|  | b53327a6ed | - Refactored PdoObject class a bit | 2025-06-10 14:46:37 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | fb644b0b0a | - Added withJoin from attributes in RelationBuilder (can't understand why it wasn't already..) | 2025-06-03 20:27:15 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | c719e4a6d1 | - WIp on Migration for mssql | 2025-05-26 18:21:37 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | fb4985160a | - WIP on Migration of MsSQL | 2025-05-21 18:46:34 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | c54de30069 | - Fixed evalClosure() missing type which converted EntityField into string | 2025-05-16 12:59:31 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 8fff21ecb0 | - Fixed RelationBuilder problem whenever a field wasn't set | 2025-05-15 18:09:52 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | cc6048d4ee | - WIP on migration and some bug fixes linked to withJoin() select problems | 2025-05-15 18:05:23 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 761e0401b0 | - Fixed SQLite truncate, added AdapterProxy autoloading | 2025-05-12 15:11:00 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 1ec582d1ac | - Comparison made before transforming to string was skipping nulls and not nulls but empty | 2025-04-03 19:38:48 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 9556dea849 | - Fixed a bug where withJoin() would mess with previous select() done on querybuilding - Fixed a problem related with distinct in select whenever another select on fields was done | 2025-03-20 17:31:19 +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 | e0ec140661 | - Sqlite now handles concurrency with transactions | 2025-02-25 14:09:41 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 0fd6889c6f | - ID attribute is now readonly by default (since autoincremented)
						
						
						
						
						
						
							
 v1.0.0 | 2025-02-03 19:56:35 +00:00 |  | 
			
				
					|  | bd0d928f35 | - Added SearchableInterace as base of EntityInterface | 2024-12-16 19:44:07 +00:00 |  | 
			
				
					|  | 5a5d326d70 | - Merging | 2024-12-16 18:57:01 +00:00 |  | 
			
				
					|  | b5e96eb7e0 | - WIP on Collation | 2024-12-16 18:46:24 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 7c589ab7b4 | - Fixed forgotten return value form listColumns in SQLite driver | 2024-12-09 20:42:37 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 589524ca3a | - Added limitation on fixedValue in Where attribute | 2024-12-09 16:40:50 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 1fac12c928 | - Added relation's shortcut attributes | 2024-12-02 21:36:03 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 9eed2fe1a8 | - Added caching mechanism as an event listener | 2024-12-02 15:22:30 -05:00 |  | 
			
				
					|  | b601939459 | - Bugfixes in  search request, WIP on JsonTrait | 2024-11-21 19:16:40 -05:00 |  | 
			
				
					|  | e3314f40ac | - WIP on JsonConditionTrait for SQL flavors that supports it; fixed a bug within Entity initialization from a new method to instanciate it which was implemented | 2024-11-16 16:05:26 +00:00 |  | 
			
				
					|  | 4ad44f73d7 | - Fixed month() and days() format which were prepending zero ; adjusted to make it's behaviour like MySQL method | 2024-11-14 13:40:47 +00:00 |  | 
			
				
					|  | 68a6636c06 | - Fixed a bug where default value was set to empty instead of nothing | 2024-11-13 20:48:38 -05:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 70c6cde603 | - Latest commit into this branch, merging after | 2024-11-13 14:02:03 -05:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 079a3fd110 | Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x | 2024-11-11 20:42:51 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | ec4d02b9d9 | - Removed 'description' property and moved it into an appropriate attribute from lean-api package | 2024-11-11 20:42:29 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 35ceb97241 | - Added Exists method | 2024-11-10 13:08:05 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 83f673b37f | - Mostly bug fixes done on this code push | 2024-11-01 16:14:14 -04: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 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 5f4f23a8e4 | - Allowed a JOINed entity to be null if nothing is loaded from a query and it's field is nullable | 2024-10-14 16:32:23 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 2fda7e82d7 | Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x | 2024-10-14 16:07:28 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 573d4cc06b | - RelationBuilder now returns NULL if no entity were found AND given field is nullable | 2024-10-14 16:07:12 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 18313fd7f5 | - Forgot to set escapeIdentifier as static | 2024-10-14 14:43:03 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 9503b24467 | - Fixed some bugs within SearchRequestFromRequestTrait | 2024-10-14 14:41:35 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 3c2ae86653 | - Field mapper is now removed from Adapters and set into it's own object - Added a PK to Column (IS) | 2024-10-14 12:53:15 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 9977a25cf5 | - Forgot a dump() | 2024-10-07 19:39:52 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 3ba8a2a5d0 | - Fixed 'value' for SearchRequestOrderBy and also fixed a typo where SearchManual would not be set | 2024-10-07 19:38:29 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 4106c8db91 | Merge branch 'notes-2.x' of https://git.mcnd.ca/mcndave/ulmus into notes-2.x | 2024-10-07 19:37:10 +00:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | d5cca085bc | - Removed offset if limit = 0 | 2024-10-07 19:36:53 +00:00 |  | 
			
				
					|  | c56b584140 | - Merges | 2024-10-02 14:18:35 -04:00 |  | 
			
				
					| 
							
							
								 Dave Mc Nicoll | 8b1c11676d | - Added OrderBy (heavy WIP, will be recoded | 2024-08-30 18:59:48 +00:00 |  | 
			
				
					|  | aa07c728fe | - Fixed transactions in SQLite | 2024-06-28 07:47:53 -04:00 |  |