Skip to content

Releases: auraphp/Aura.Sql

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.

2.5.2

04 Mar 07:27
Compare
Choose a tag to compare
  • Fix #111 : Binding variables conflicts with some Postgres SQL queries
  • Added phpunit to composer.json
  • Fix #166 : PHPStorm exception handling check

3.0.0-beta1

28 Jun 15:22
Compare
Choose a tag to compare

First beta release.

  • Updated documentation, and added a Bookdown JSON file.

  • The sqlsrv driver now defaults to exceptions like all other drivers.