Releases: jr-cologne/db-class
Releases · jr-cologne/db-class
Version 2.4
Features:
- Added support for custom comparison operators in where clause
Version 2.3
Features:
- Added support for custom logical operators in where clause
Version 2.2
Features:
- Added tests
Patch: Version 2.1.3
Bug fixes/Optimizations:
- Refactored code
Patch: Version 2.1.2
Bug fixes/Optimizations:
- Fixed SQL syntax error when updating multiple rows including a value which is empty (#15)
Patch: Version 2.1.1
Bug fixes/Optimizations:
- Check if record is existing in
DB::first()method in order to preventUndefined offsetnotice when retrieving the first record of something which is actually not existing.
Version: 2.1.0
Features:
- Added functionality to check whether a connection to a database is established.
Patch: Version 2.0.1
Bug fixes/Optimizations:
- Added/Optimized documentation
- Fixed
UnsupportedKeywordExceptionBug (#9)
Version 2
Complete redesign of the database class.
Patch: Version 1.0.5
Bug fixes/Optimizations:
- Fixed namespace issues
- Updated/Fixed example for new version