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
e6d0279c1a
- WIP on attributes ; on testing phase
2023-01-26 13:25:59 +00:00
Dave Mc Nicoll
b20e537038
- Added a new @PrimaryKey annotation to replace the too-specific property-wise @Id
2022-11-11 13:57:29 +00:00
e97df353ae
- Prepping 8.1 migration
2022-07-18 16:18:29 +00:00
00ebf3381f
- Completed merge
2022-07-15 19:59:38 +00:00
724ab250ab
- Merge latest commits and added virtual closures too
2022-05-15 03:50:34 +00:00
Dave Mc Nicoll
325704260b
- Fixed conflicts
2022-04-13 03:38:57 +00:00
Dave Mc Nicoll
16d76470da
- A lot of bugfixes and fitting to accomodate ldap adapter
2022-04-13 03:31:48 +00:00
667df92e52
- Added BLOBs types
2021-12-06 18:44:17 +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
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
8f9332fbad
Merge branch 'master' of https://git.mcnd.ca/mcndave/ulmus
2021-01-26 16:59:29 +00:00
e465ecdf32
- Work done on Join and using the @Relation annotation in case there is no join.
...
- Added some field type (date, Datetime, Time)
- Added a new @Filter annotation which allows to filter repository from relation into a method.
2021-01-26 16:48:40 +00:00
7dd64abf29
- Added a LoadRelation for the repository.
...
- Added a new @Filter() annotation to the relation; adding it to JOIN is also coming.
- Some bugfixes done within the Where and ConditionTrait.
2021-01-06 19:35:45 +00:00
Dave Mc Nicoll
9e84bd3536
- Set ID as a bigint by default now.
...
- EntityCollection now transforms array received from append() into entity and then append them.
- Corrected a big bug within QueryBuilder which was missed when it was made compatible with MSSQL.
2020-12-04 13:21:59 -05: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
bcbf65e0b3
- Fixed in the query builder (still a big WIP)
2020-10-20 19:40:44 +00:00
efa957fe58
- Merged stash after pull
2020-10-16 15:27:54 +00:00
Dave Mc Nicoll
8e521025d3
- Some bugfixes made in Relation
...
- Fixed search() methods in EntityCollection
- Work done on Relations of EntityTrait ; a lot of work still to be done. It must also move to another file.
2020-06-11 08:47:15 -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
79fdabe786
- Worked on support for multiple adapters based on @Table() annotation's entity
2020-02-12 22:56:53 -05:00
3dc82b1f0d
- Still working on Update and Insert statements
2020-02-05 23:41:57 -05:00
8e91c3a418
- Bugfixes done on MySQL adapter caused by some changes while adding Mssql.
...
- WIP on Repository and QueryBuilder
2020-01-31 22:01:56 -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
b73d046e0a
- First draft of current WIP
2019-08-21 16:13:00 -04:00