Skip to content

Releases: laminas/laminas-db

laminas-db 2.11.2

14 Jan 13:09
2.11.2
76f9527
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #44 fixes preventing \PDO disconnect in some Laminas\Db\Adapter\Platform\AbstractPlatform inheritors (Mysql, Oracle, Postgresql, SqlServer).
    Using \PDO as a driver in Platform is not recommended. It can be used safely when wrapped by Laminas\Db\Adapter\Driver\Pdo\Pdo.

  • #45 fixes using \PDO driver in Oracle platform.

laminas-db 2.11.1

10 Jan 22:08
2.11.1
8ed7057
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #39 change HydratingResultSet::current() to returns null on no data (before false was returned).
    It may be potential BC Break for those who depends on strict type comparision here.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed