Releases: dg/dibi
Released version 2.2.5
This release marks the end of life of 2.2 series. All users are encouraged to upgrade to the current stable version.
- DibiFluent::fetch() uses limit only when there is no LIMIT & OFFSET (fixes 2.2.4 on MSSQL)
- DibiFluent: prevents doubled processing
For the details you can have a look at the diff.
Released version 2.3.3
- Result: fixed normalization of float when ends with "0" #189
- DibiFluent::fetch(): fixed limit clause duplication #188 #186 #185
- DibiFluent: removed keyword AS from SQL #172
- DibiObject: fixed compatibility with PHP 7
- DibiTranslator: deprecated support for hex number in strings '0xFF' (BC break)
For the details you can have a look at the diff.
Released version 2.2.4
Released version 2.3.2
- fixes in Oracle driver
- Tracy panels: Oracle uses EXPLAIN PLAN FOR
- Nette extensions: added 'autowired' configuration
- DibiPdoDriver::escape() added support for dblib and 'version' specified in options
Released version 2.3.1
- added vector icon for Tracy 2.3.0
- MsSql2012 allow using of OFFSET
- dibi: named connections are again allowed
Released version 2.3.0
- added set of unit tests, see Travis, works with HHVM 3.4
- DibiTranslator: respect %if blocks for %lmt and %ofs as well #145 #87
- Oracle: adds support for login schema option
- Postgre: added support for pg_ping #144
- PDO driver: improved and fixed escaping
- Sqlite: fixed detection of autoincrement column
- FirePhpLogger: Allow user defined size of json stream chunks #148
- removed bridge for Nette 2.0
- deprecates
dibi::activate()
For the details you can have a look at the diff.
Released version 2.2.3
This release contains a lot of fixes. For the details you can have a look at the diff.
Released version 2.1.3
Dibi 2.1.3 has just been released and this release marks the end of life of the 2.1 series. All users are encouraged to upgrade to the current stable version.
For the details you can have a look at the diff.
Released version 2.0.5
Dibi 2.0.5 has just been released and this release marks the end of life of the 2.0 series. All users are encouraged to upgrade to the current stable version.
For the details you can have a look at the diff.
Released version 2.2.2
fixed lazy loading