Releases: utopia-php/database
Releases · utopia-php/database
0.28.1
- Backport batch insert/update methods
Full Changelog: 0.28.0...0.28.1
0.42.2
0.30.2
What's Changed
- Add support for batch creates and updates by @christyjacob4 in #297
Full Changelog: 0.30.1...0.30.2
0.42.1
What's Changed
- fixes edge case in comparison check by @fanatic75 in #306
Full Changelog: 0.42.0...0.42.1
0.42.0
What's Changed
- Fix
isEmptyreturning true if $id is not selected by @abnegate in #305 - Use VARCHAR instead of CHAR for MariaDB UID by @fogelito in #245
- Add checking of nested docs id in comparison check when updating document by @fanatic75 in #304
- Add a function to get the size of a collection/table in bytes. by @faisalill in #272
- Fix permission test by @fogelito in #290
Full Changelog: 0.41.0...0.42.0
0.41.0
What's Changed
- Fix 5871 relationships with non existing documents by @fanatic75 in #298
- rename setTimeout methods by @fanatic75 in #303
- Improve Select Query by @faisalill in #299
Full Changelog: 0.40.0...0.41.0
0.40.0
What's Changed
- Updated Documentation. by @faisalill in #277
- Add method for creating a timeout for all find, sum, count queries in timeout supported dbs by @fanatic75 in #296
- fix comparison check in updateDocument by @fanatic75 in #301
- Fallback to $id when validating select queries by @fanatic75 in #302
New Contributors
- @faisalill made their first contribution in #277
Full Changelog: 0.39.0...0.40.0
0.39.0
What's Changed
- Expose a way to skip specific database listeners by @stnguyen90 in #284
- No Exception when no change in update document function by @fanatic75 in #295
New Contributors
- @fanatic75 made their first contribution in #295
Full Changelog: 0.38.0...0.39.0
0.38.0
What's Changed
- Add method to Document to set multiple attributes by @stnguyen90 in #289
- Add support for label permissions by @stnguyen90 in #280
Full Changelog: 0.37.1...0.38.0