Releases: leafsphp/db
Releases · leafsphp/db
🌍 Nexus
💽 Flash Disk
v2.4.1 - 8 Feb 2025
Fixed
- Reset instance after every command run
💽 Flash Disk
v2.4 - 8 Feb 2025
Added
- Support smart relations
Fixed
- Fixed issue with db offset by @pakuningratan
Changed
- Switched to deferred connections by default
💽 MiniDisc
v2.3 - 9 Jan 2023
Added
- Added support for deferred database connections
🥙 Flashy '2'
v2.2.2 - 16 Dec 2024
Changed
- Skip missing uniques instead of throwing error
🥙 Flashy
What's Changed
- Add Offset Query Builder #20 by @rohit267 in #23
- Sqlsrv connection string missing port and dbname by @mieszkou in #22
- feat: added transactions support by @ibnsultan in #24
New Contributors
Full Changelog: v2.2...v2.2.1
💾 Floppy Disk
v2.2 - 25 August 2024
Fixed
- orderBy method chaining fix by @Bazowsky
- add support for client_encoding option with pgsql (fix #16) by @haruspeks
- Patch up config inconsistency
Changed
- Switched to new Leaf Config API
New Contributors
- @Bazowsky made their first contribution
- @haruspeks made their first contribution
💿 Compact Disc '1'
v2.1.1 - 1 Sep 2023
Added
- Added support for database urls
💿 Compact Disc
v2.1.0 - 27 Feb 2023
Added
- Added
tableExists
method to check if a table exists - Added
createTable
method - Added
dropTable
method - Added
backup
method - Added
createTableIfNotExists
method - Added
groupBy
method - Added tests & linting
- Add last insert id
Fixed
- Patch up array to string conversion
Removed
- Remove dummy/unused code
🌿 Chloroplast '2'
v2.0.2 - 29 May 2022
Fixed
- Fixed reading of
DB_PORT
env - Fixed array parameter for db init
- Fixed single state for db core