Dave Mc Nicoll
30a0a80cbe
- Added some new method to EntityCollection (replaceWith, mergeWith, randomize, sort)
...
- WIP on virtual fields
- Some minor bugfixes
2020-11-27 12:09:15 -05:00
c8397484e6
- Fixed missed file conflict
2020-10-06 18:06:44 +00:00
6f558f2923
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2020-10-06 17:55:31 +00:00
5be0c8cc01
- Array type can now be assign directly (not as json or serialized)\n- Fixed a bug within WHERE when open() and close() where called without a condition
2020-10-06 17:46:34 +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
Dave Mc Nicoll
4d221859fc
- Added Events to repository and entitytrait objects. Some more work to be done on this.
...
- Diverses bug fixes linked to join and relations
- Field date and datetime are now outputed using given locale.
2020-05-20 15:34:50 -04:00
Dave Mc Nicoll
def8decb4e
Merge remote-tracking branch 'origin' into dev-sql-escape
2020-04-09 10:00:48 -04:00
Dave Mc Nicoll
c64c7778bd
- Work done on many-to-many relations - code must still be refactored out of the EntityTrait.
...
- Fixed Entity::field("propertyname") function to look for name into @Field() annotation and returns it if it exists.
- A lot of bug fixes made into SQL fragments.
2020-04-09 09:50:09 -04:00
84da4dbb7b
- Bugfixes done linked to SearchRequest and Searchable features.
...
- Fixed a bug introduced into PdoObject exception on latest commit.
- Corrected the open() close() enclosure of query condition.
2020-03-31 13:24:15 -04:00
b73d046e0a
- First draft of current WIP
2019-08-21 16:13:00 -04:00