This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
Releases: ulrack/dbal-pdo
Releases · ulrack/dbal-pdo
Version 2.2.0
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
2.1.0 - 2020-08-19
Added
- Support for new
ulrack/dbal
connection factory interface.
Version 2.0.1
2.0.1 - 2020-03-05
Changed
- Changed company name references.
Version 2.0.0
2.0.0 - 2019-11-06
Added
Ulrack\Dbal\Pdo\Exception\ConnectionException
Changed
- Unified the namespace conventions used across packages.
Version 1.0.0
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