Releases: nextras/dbal
Releases · nextras/dbal
5.0.6
What's Changed
- Add "sslrootcert" to knownKeys in PgsqlDriver @jakubenglicky (#289)
- Symfony bundle - Handle driver configuration with Reference class @MarosPixel (#312)
Full Changelog: v5.0.5...v5.0.6
v5.0.5
🐛 Bug Fixes
- pgsql: fix Column::$default reflection for STORED columns by @hrach in #309
- Fix PdoMysqlDriver extendability by @jakubboucek in #291
Full Changelog: v5.0.4...v5.0.5
v5.0.4
🐛 Bug Fixes
Full Changelog: v5.0.3...v5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
Read the main features overview in a blogpost.
🚀 Notable Features
- Make library PHP 8.1+ only (#195)
- Stop decimal/numeric conversion to floats (BC BREAK!) (#206)
- Removed already deprecated code (BC BREAK!) (c8c4367)
- Added PDO drivers (#127)
- Updated new schema API, read-only (36626a8, #199)
- BackedEnum support by @mrceperka (#187)
- Renamed modifier
%dts
(date-time simple) to%ldt
(local date-time) (a25ad7a) - Implemented support for custom auto-value modified detection (#154)
- Implement Result buffering (#128)
- Switch to nextras/multi-query-parser for SQL parsing (#155)
- Add support for
array{schema, table}
in%table
modifier (#198) - Add support for
Fqn
instance in%table
and%column
(#199, 4f2d3a3) - Add array spread modifier (#162)
- Add
literal-string
types for safe SQL construction (#163) - Add
Result::getColumns()
(#123)
and many more little features and fixes.
See closed tickets or see full changelog: v4.0.0...v5.0.0
Thank you to all contributors and backers.
5.0.0-rc6
- do not add excessive parenthesis to %and / %or processed values
- make ordering of foreign keys detection stable (added order by)
Full Changelog: v5.0.0-rc5...v5.0.0-rc6
5.0.0-rc5
What's Changed
- Added QueryBuilder::$distinct option
- Skip Postgres' connection param if the value is empty
- Fix & reimplement getLastInsertedId for various sequence names #240
- Add port to docs by @jakubenglicky #247
Full Changelog: v5.0.0-rc4...v5.0.0-rc5
5.0.0-rc4
Changed since 5.0.0-rc3:
- Support PostgreSQL identity columns by @jiripudil in #236
- Fix SQL SRV capitalization of schema table names [d04066f] #237
Full Changelog: v5.0.0-rc3...v5.0.0-rc4