Skip to content

Releases: cozyframework/database

Release v0.1.4 (bug fixes)

27 Nov 13:38
Compare
Choose a tag to compare

Modified

  • Fix the selection of the type of params in method bindValue.
  • Fix the returning of arrays in getAll methods when no data was fetched.

Release v0.1.3 (Improvements)

03 Nov 04:54
Compare
Choose a tag to compare

Added

  • Method to get parent Connection from Statements objects.
  • A new way to get private properties inside objects that were hydrated by PDO fetch method.

Modified

  • Define PHP hard requirements on composer manifest.

Release v0.1.1 (Improvements)

06 Aug 06:55
Compare
Choose a tag to compare

Added

  • A new lazy-load mode in the Connection class.
  • New Exception classes.

Modified

  • Update the README file according to new changes.
  • Improve the way to handle the connections of a pool.
  • Remove deprecated or unnecessary files.

Initial release for version 0.1

04 Aug 18:49
Compare
Choose a tag to compare

Added

  • New Exception class.
  • New method 'isAlive' in the Connection class.
  • New Connection Poll feature.

Modified

  • Small improvements in Statement class.
  • Change the way to bind values and columns in Statement class.
  • Apply coding style according to PSR-2.

Initial release

20 Dec 20:40
Compare
Choose a tag to compare

Added

  • Class to open connection to databases.
  • Class to handle statements and their results.