Releases: ngframer/ngframer.php.sqlservices
Releases · ngframer/ngframer.php.sqlservices
v2.5.1
v2.5.0
Updates
- Namespace uppercase update.
v2.4.3
Updates
- Updated labels on all the thrown exceptions.
v2.4.2
Updates
- Addition of label in exception.
- Additions of label codes in thrown exceptions.
v2.4.1
Fixes
- Added missing backticks on columns.
- Added limit, offset, where on actions (missing ones).
- Updated binding name to col_bindCount.
- Fixed not running of build actions, lacked structure values.
v2.4.0
Updates
- Updated the SqlServicesException.
- Updated composer packages.
Removals
- Removed init.php used for managing error handling.
- Removed error and error handlers.
v2.3.0
v2.2.0
Updates
- Fixed the access level of execute, log, and build functions in LogBase.
v2.1.0
Updates
- Some classes were throwing non SqlServicesException. Updated them.
- Added forgotten applicable actions function on TableActions.
- Updated (fixed) the return type for object chaining.
v2.0.0
Updates
- Completely remodeled the system.
- The exceptions are based on categories.
- Only exceptions thrown are SqlServicesException and the error code ranges in the range of 5 million.
- Good organization of codebase.
- And, a lot more!