All Versions
24
Latest Version
Avg Release Cycle
228 days
Latest Release
2183 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.

  • v3.0.0-alpha1 Changes

    March 09, 2017

    ๐Ÿš€ First alpha release.

    โฌ†๏ธ See migration guide for details upgrading from 2.x to 3.x

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