Releases: ngframer/ngframer.php.dbservices
Releases · ngframer/ngframer.php.dbservices
v1.6.0
v1.5.3
Updates
- Updated exceptions to allow labels.
- Added labels to all exceptions thrown.
v1.5.2
Fixes
- Fixed bind values/params function.
v1.5.1
Fixes
- Use of correct namespace to check app/config/DatabaseConfig.
- Updated the method and variable existence checkup.
v1.5.0
Updates
- Exception class updated.
- Grammar and spacing reviewed for functions and variables.
Removals
- Init.php to set error handler and exception handler removed.
v1.4.1
Updates
- Updated the composer dependencies packages.
v1.4.0
Changelog
- Throws exception where-ever necessary. Exception type DbServicesException.
- Follows exception code. Check at NGFramer.PHP.DbServices Wiki.
Additions
- Addition of localized error, exception, and exception handler.
v1.3.2
Additions
- Added the function to check if PDO has any transactions active.
v1.3.1
Additions
- Added functionality to check for active transactions in the current PDO connection.
v1.3.0
Changelog
- Database Instance set to null error has been fixed.
- Exception and DbServices package have been updated to latest version.
- More helpful comments added.
- Removed the config file check system, now uses class-based calling, else throws error.