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
62792e8325
- Fixed a bug within INSERT query
2023-11-17 23:34:55 -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
e641bc321d
- SQLite pragma handling was not applied ; fixed
2023-10-31 14:37:46 +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
3c5aa51850
- WIP on PHP 8.2 conversion
2023-03-29 11:30:46 -04:00
Dave Mc Nicoll
16d76470da
- A lot of bugfixes and fitting to accomodate ldap adapter
2022-04-13 03:31:48 +00:00
Dave Mc Nicoll
2210853093
- Added a missing return from newly created items in save() ; also added a count in saveAll() method allowing to know how many items were saved
2021-11-24 16:22:28 +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
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
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
026a0f4f83
- Fixed the QueryBuilder's escaping problem - adapters are now responsible for escaping identifiers.
...
- Added a MsSQL offset query fragment. There is still a problem with the way the Repository must act within another adapter.
2020-04-14 09:47:09 -04:00
Dave Mc Nicoll
3ff97f3bf0
- Added identifier escaping to match differents PDO drivers
2020-04-09 13:20:07 -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
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
4b29232543
- Bugfix within PdoObject and Repository
...
- Added some utilities methods to EntityCollection
2020-03-19 09:55:00 -04:00
Dave Mc Nicoll
d03f9ece36
- Removed debug lines
2020-02-17 08:25:09 -05: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
Dave Mc Nicoll
bd027610f4
- Removed a debug line
2020-02-10 08:27:48 -05:00
Dave Mc Nicoll
2f43fb4559
- More work done on Update, Insert and Delete clause
...
- Added TOP property to select and delete to fit MSSQL limit's term.
- Added a new interface allowing object's manipulation on save() and load() queries
2020-02-07 16:36:38 -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