Skip to content

Releases: llwebsol/EasyDB

IEasyDB interface

15 Aug 21:30

Choose a tag to compare

v1.0.6

remove constructor from interface

Bug Fix

10 Jul 21:34

Choose a tag to compare

FIx buggy function in DB class

More descriptive handles for Connection Pool

04 Jun 21:46

Choose a tag to compare

Add more descriptive handles for databases in the connection pool to allow a user to use multiple databases with the same name, on different servers

Last Insert Id support for Postgres

04 Jun 14:23

Choose a tag to compare

  • insert() now returns a proper last_insert_id for postgres dbs.
  • added config option for sqlite
  • DatabaseException exception codes are cast to int before passing to \Exception constructor to avoid fatal error from string values like 'HY001'

queryOne

25 May 20:46

Choose a tag to compare

Added queryOne function for getting a single record that is not wrapped in a Generator

Updated Error Mode

13 Mar 19:06

Choose a tag to compare

PDO throws exceptions, which are caught by DB.php for each database action, then rethrown as a Query_Exception

Initial Release

28 Feb 22:00

Choose a tag to compare

v1.0.0

READEME version bump