Releases: llwebsol/EasyDB
Releases · llwebsol/EasyDB
IEasyDB interface
v1.0.6 remove constructor from interface
Bug Fix
FIx buggy function in DB class
More descriptive handles for Connection Pool
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
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
Added queryOne function for getting a single record that is not wrapped in a Generator
Updated Error Mode
PDO throws exceptions, which are caught by DB.php for each database action, then rethrown as a Query_Exception
Initial Release
v1.0.0 READEME version bump