29 Commits

Author SHA1 Message Date
Dave Mc Nicoll
1dd9da6eb6 - Fixes done for QueryBuilderInterface 2024-04-24 11:23:10 -04:00
1927b43999 - Some overdue modification made to allow more flexibility 2023-10-27 17:53:55 +00: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 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
e6d0279c1a - WIP on attributes ; on testing phase 2023-01-26 13:25:59 +00:00
e97df353ae - Prepping 8.1 migration 2022-07-18 16:18:29 +00:00
c14644cdda - A lot of work done on bug fixing. Added a new SQLite adapter 2022-01-28 16:37:35 +00:00
e4767f7c09 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2021-10-21 19:32:12 +00:00
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
7fb591e1f5 - A lot of fixes made again in this patch 2021-05-24 20:03:38 +00:00
1469d167c4 - Added a closure on key to EntityCollection buildArray method.
- Some bugfixes done.
2021-03-29 20:01:31 +00:00
317d62ceaa - Some more work done to allow more flexibility for other plugins 2021-03-24 13:48:09 +00:00
3905047111 - A lot of bugfixes, mainly with escaping (still working on it to get 100% coverage) 2021-03-15 13:42:52 +00:00
16c6eb57fb - Added a MssqlRepository
- Adapter some code to allow more flexibility for the new LDAP adapter from ulmus-ldap.
- Insert's fields are now escaped by default.
- A new RelationBuilder was added, a lot of code from the EntityTrait was moved into this. Some code from the Repository class will need to be moved there too.
2021-03-01 16:26:06 +00:00
Dave Mc Nicoll
f74d1907d9 Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus 2020-11-27 12:21:10 -05:00
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
efa957fe58 - Merged stash after pull 2020-10-16 15:27:54 +00: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
Dave Mc Nicoll
6e84fc7195 - Fixed a bug while retrieving a non-existing field (from a table which has a field not included within your entity) 2020-03-26 16:28:03 -04:00
Dave Mc Nicoll
d1961ec807 - Work done on insert() and update() function from QueryBuilder.
- Fixed save() and saveAll() from repository
- QueryBuilder can now be flushed after queries.
2020-02-17 08:23:41 -05:00
79fdabe786 - Worked on support for multiple adapters based on @Table() annotation's entity 2020-02-12 22:56:53 -05:00
Dave Mc Nicoll
828daffec8 - WIP on insert/update statement 2020-02-05 16:19:57 -05:00
bad5123447 - Work done on setting entities properties using array values 2020-02-03 11:13:26 -05:00
Dave Mc Nicoll
5bd60129ea - Added a new MsSQL adapter
- Some bugfixes were made within annotations.
- Added a new Object Instanciator which allows to manipulate and define how an object from an entity must be instanciated with given value.
2020-01-29 16:11:16 -05:00
Dave Mc Nicoll
9df7e65dcf - Work done on Repository and QueryBuilder -- fixed some minor bugs and added some delete() functions
- Added a generic SQL query function to PDOObject
2019-12-19 09:54:33 -05:00
Dave Mc Nicoll
b589ba3c2b - WIP on Ulmus -- new use case showed up, modification were needed. 2019-12-10 15:27:45 -05:00
dabfc24cba - Working on separation between Annotations and Ulmus 2019-10-04 08:40:14 -04:00
b73d046e0a - First draft of current WIP 2019-08-21 16:13:00 -04:00