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

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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.

2.1.0 - 2020-08-19

Added

  • Support for new ulrack/dbal connection factory interface.

2.0.1 - 2020-03-05

Changed

  • Changed company name references.

2.0.0 - 2019-11-06

Added

  • Ulrack\Dbal\Pdo\Exception\ConnectionException

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

Releases