Skip to content

Releases: dg/dibi

Released version 2.2.5

26 Oct 18:39
@dg dg
Compare
Choose a tag to compare

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

22 Oct 00:47
@dg dg
Compare
Choose a tag to compare
  • 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

22 Oct 00:53
@dg dg
Compare
Choose a tag to compare
  • 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
  • Postgre: fixed %like escaping #159

For the details you can have a look at the diff.

Released version 2.3.2

18 Apr 14:39
@dg dg
Compare
Choose a tag to compare
  • 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

25 Feb 14:35
@dg dg
Compare
Choose a tag to compare
  • added vector icon for Tracy 2.3.0
  • MsSql2012 allow using of OFFSET
  • dibi: named connections are again allowed

Released version 2.3.0

13 Jan 05:37
@dg dg
Compare
Choose a tag to compare
  • 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
  • deprecatesdibi::activate()

For the details you can have a look at the diff.

Released version 2.2.3

13 Jan 05:34
@dg dg
Compare
Choose a tag to compare

This release contains a lot of fixes. For the details you can have a look at the diff.

Released version 2.1.3

13 Jan 05:33
@dg dg
Compare
Choose a tag to compare

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

13 Jan 05:32
@dg dg
Compare
Choose a tag to compare

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

30 Jun 15:13
@dg dg
Compare
Choose a tag to compare

fixed lazy loading