Releases: ngframer/ngframer.php.sqlservices
Releases · ngframer/ngframer.php.sqlservices
v1.4.0
Changelog
- Fixed the preparedExecution automatically trying to bind the value even when nothing to bind.
v1.3.1
Changelog
- Updated the composer package with activeTransactionChecking functionality.
- Transaction starts only if the no activeTransaction exists.
v1.3.0
Changelog
- Update package ngframer.php.dbservice to latest version.
- Removed traits, implemented function in all classes.
- The build function is now working.
- Function to execute and rollback the queries executed using any methods are available.
v1.2.1
Changelog
- Implementation of independent Transaction Control Statements.
- One to one commit on data update, insert, delete has been removed.
- The Query has now Transaction Control Statements.
v1.2.0
Changelog
- Mis-function usage causing chaos has been fixed.
- Code has been refactored.
- More meaningful comments has been added.
v1.1.4
Changelog
- Code has been refactored.
- More meaningful comments has been added.
v1.1.3
Changelog
- Rereleased v1.1.2 with fixation on the bug for limit not working.
v1.1.2
Additions
- Added Limit functionality on Update Query Set.
- Added Limit functionality on Delete Query Set.
v1.1.1
Changelog
- Uses the updated version of the dbservice. The db service now uses appropriate error logging mechanisms.
v1.1.0
Fixations
- Gone from
Executor::query('$query')->executeto$query->execute. Fixed multi project combination to single project. - Prepared function removed for Data definition commands.
- Refactored Builder class, broken code into multiple file based on their scope.
- More code file management fixes.