v2.4.0
版本发布时间: 2016-06-29 05:31:15
nette/database最新发布版本:v3.1.9(2023-11-03 07:29:07)
- requires PHP 5.6
- NDBT: Added alias support #119
- NDBT: added new method whereOr (#111)
- NDBT: Added ability to specify left join conditions
- NDBT: performance, prevents multiple parse of query parts by regexp (#131)
- NDBT: queries with limit/offset are automatically ordered by primary key
- NDBT:
page()
for $page < 1 returns no rows - drivers: applyLimit throws exception for negative values (BC break)
- Improved checking of unique table name
-
Helpers::detectType()
uses more strict type patterns - SqlPreprocessor: detects modes inside SQL string, before ?
- Selection: fixed columns cache in repeated use of same selection
- SqlBuilder: The same conditions with different parameter is not skipped #109, #14
-
PgSqlDriver::getTables()
returns materialized views (#136) -
SqlsrvDriver::formatDateTime()
: format datetime by ISO 8601 - Connection: fifth argument is deprecated
- uses Nette\SmartObject & StaticClass
For the details you can have a look at the diff.