v1.0.0-RC3
版本发布时间: 2015-04-15 02:51:51
nextras/dbal最新发布版本:v5.0.0-rc2(2023-11-05 01:10:26)
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