All Versions
24
Latest Version
Avg Release Cycle
228 days
Latest Release
2138 days ago

Changelog History
Page 1

  • v3.0.0 Changes

    June 11, 2018

    🛠 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.

  • v3.0.0-beta1 Changes

    June 28, 2017

    🚀 First beta release.

    📚 Updated documentation, and added a Bookdown JSON file.

    0️⃣ The sqlsrv driver now defaults to exceptions like all other drivers.

  • v2.6.0 Changes

    August 15, 2018

    🚀 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

  • v2.5.3 Changes

    August 02, 2018

    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.

  • v2.5.2 Changes

    March 04, 2018
    • 🛠 Fix #111 : Binding variables conflicts with some Postgres SQL queries
    • ➕ Added phpunit to composer.json
    • 🛠 Fix #166 : PHPStorm exception handling check
  • v2.5.1 Changes

    October 03, 2016

    📚 Hygiene release: update documentation and testing.

  • v2.5.0 Changes

    May 02, 2016

    This release adds new yield*() methods to ExtendedPdo; these return
    iterators to generate one result row at a time, which can reduce memory usage
    with very large result sets.

  • v2.4.3 Changes

    March 27, 2015

    🚀 This release modifies the testing structure and updates other support files.

  • v2.4.2 Changes

    March 16, 2015

    🚀 This is a hygiene release to update support files.