Skip to content

Releases: auraphp/Aura.Sql

6.0.0-beta1

22 Jan 06:45
Compare
Choose a tag to compare
6.0.0-beta1 Pre-release
Pre-release

What's Changed

  • CHG: BC Break ExtendedPdo::connect renamed to ExtendedPdo::lazyConnect
  • Changes for PHP 8.4 by @srjlewis in #229
  • Update 6.x docs to reflect latest changes by @srjlewis in #232
  • PDO according to 8.4 changes and feedbacks from @pmjones by @harikt in #233

Full Changelog: 5.0.2...6.0.0

5.0.3

22 Jan 06:39
Compare
Choose a tag to compare

What's Changed

  • Add PHP 8.3 to continuous integration workflow by @koriym in #227
  • Add lazyConnect method for interoperability with future versions by @srjlewis in #230 ( Note : establishConnection was renamed to lazyConnect )

Full Changelog: 5.0.2...5.0.3

5.0.2

12 Jun 05:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...5.0.2

3.1.0

28 Apr 05:14
88d8b8e
Compare
Choose a tag to compare

5.0.1

19 Feb 05:16
646c5c0
Compare
Choose a tag to compare

4.0.0

27 Jan 15:15
995db7a
Compare
Choose a tag to compare

Version 4.x supports PHP 7.2 and up.

What's Changed

New Contributors

Full Changelog: 3.0.0...4.0.0

5.0.0

27 Jan 15:16
27f1909
Compare
Choose a tag to compare

Version 5.x supports PHP 8.1 and up.

What's Changed

New Contributors

Full Changelog: 3.0.0...5.0.0

2.6.0

15 Aug 13:35
Compare
Choose a tag to compare

This release adds two new off-interface methods to ConnectionLocator:

  • setProfiling() to activate profiling across all connections

  • getProfiles() to get the profiles from all connections

2.5.3

02 Aug 18:32
Compare
Choose a tag to compare
  • ExtendedPdo::bindValue() method now binds PDO::PARAM_BOOL values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255.

  • Other hygiene fixes to docs, docblocks, etc.

3.0.0

11 Jun 12:58
Compare
Choose a tag to compare
  • Fixed issue #163: Add getAttribute and setAttribute functions to make sure pdo is connected before calling the functions

  • Merged pull request #170: fixes error "Class 'Aura\Sql\PDO' not found"

  • Merged pull request #174: fixes bug with null value.