Skip to content

Releases: nextras/dbal

5.0.6

22 Oct 19:33

Choose a tag to compare

What's Changed

Full Changelog: v5.0.5...v5.0.6

v5.0.5

19 Oct 20:01
a89576c

Choose a tag to compare

🐛 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

19 Oct 11:49

Choose a tag to compare

🐛 Bug Fixes

  • fix symfony compatibility; min Symfony supported version is 5.4+ @hrach (#308)

Full Changelog: v5.0.3...v5.0.4

5.0.3

22 Jun 09:52
72dd401

Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v5.0.2...v5.0.3

5.0.2

07 Jun 19:16
d26147e

Choose a tag to compare

Changes in this release:

  • Implement LocalDate %ld modifier (#283)
  • SqlProcessor: Fix regex comment @jtojnar (#274)
  • Postgres: fixed sequence detection when not added as SERIAL (#295)

See full changelog: v5.0.1...v5.0.2

5.0.1

09 Nov 19:09
8f2e51c

Choose a tag to compare

Changes in this release:

5.0.0

06 Nov 20:21
0256d6e

Choose a tag to compare

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

04 Nov 20:54

Choose a tag to compare

5.0.0-rc6 Pre-release
Pre-release
  • 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

28 Oct 07:56

Choose a tag to compare

5.0.0-rc5 Pre-release
Pre-release

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

09 Apr 12:47
bec0d5e

Choose a tag to compare

5.0.0-rc4 Pre-release
Pre-release

Changed since 5.0.0-rc3:

Full Changelog: v5.0.0-rc3...v5.0.0-rc4