Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Releases: ulrack/dbal-pdo

Version 2.2.0

25 Oct 14:43
Compare
Choose a tag to compare

2.2.0 - 2020-10-25

Added

  • Support for different fetch styles and set the default to be associative.

Changed

  • Improved error handling for failing queries.

Version 2.1.0

19 Aug 20:18
Compare
Choose a tag to compare

2.1.0 - 2020-08-19

Added

  • Support for new ulrack/dbal connection factory interface.

Version 2.0.1

05 Mar 21:10
Compare
Choose a tag to compare

2.0.1 - 2020-03-05

Changed

  • Changed company name references.

Version 2.0.0

06 Nov 22:10
Compare
Choose a tag to compare

2.0.0 - 2019-11-06

Added

  • Ulrack\Dbal\Pdo\Exception\ConnectionException

Changed

  • Unified the namespace conventions used across packages.

Version 1.0.0

01 May 15:10
Compare
Choose a tag to compare

1.0.0 - 2019-05-01

Added

  • Ulrack\Dbal\Pdo\Connection\PdoConnection
  • Ulrack\Dbal\Pdo\Factory\PdoConnectionFactory
  • Ulrack\Dbal\Pdo\Result\PdoIterableQueryResult
  • Ulrack\Dbal\Pdo\Result\PdoQueryResult
  • Unit tests

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing