Skip to content

Dbal 1.0.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hrach hrach released this 14 Apr 18:51
· 605 commits to main since this release

Changes against 1.0.0-RC2:

  • !!! new: exceptions refactored to base project namespace (from Excetion subnamespace) - BC BREAK!!!
  • !!! new: MySQL uses TRADITIONAL sql mode by default - BC BREAK!!!
  • fix: Connection::ping() connects to database.
  • fix: PgsqlDriver::getLastInsertedId() throws exception when sequence name is not provided.
  • fix: Connection throws exception when driver is not defined.
  • fix: PgsqlDriver supports %dt modifier for timestamp column.
  • add: Connection::createQueryBuilder() method