Skip to content

laminas-db 2.11.2

Compare
Choose a tag to compare
@michalbundyra michalbundyra released this 14 Jan 13:09
· 233 commits to 2.21.x since this release
2.11.2
76f9527

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.