Releases: ThingEngineer/PHP-MySQLi-Database-Class
v2.9.4 Patch release
What's Changed:
- Fix potential null issue in rawAddPrefix method (#1021, @CassianoRafael)
- Update readme.md with chain loader documentation (#1000, @seaatif)
- fix: "Undefined offset: 0" for backtick delimiters and address related issues (#995, #967, #928, @ThingEngineer)
- Minor bug fixes:
- Fix trace defaults (#1016, #1013)
- Various minor fixes from #1018 (@RivenSkaye)
v2.9.3
Bugfix release.
2.9.2 Bugfix Release
Make recent versions of composer happy about license name
bugfix release
declare missing variable
2.9 Release
Added multiple connections support
Added autoreconnect if connection lost
Fixed groupBy with spaces in field declaration
Do not reset connection name in transaction
Fix for #554 Fixing Join usage with 'USING' instead of 'ON'
FIX #626: dbObject not finding relations (#667)
Adding ORDER BY REGEXP possibilite
2.8 Release
I wanted to say thank you for all the guys who were submitting their pull requests.
Thank you @ilyagory , @thingNumber1 , @Skazzino , @shimscharf , @tom29.
@ricwein I appreciate you support efforts!
You guys rock!
Changelog:
- Multiple databases support
- Added autoreconnect
- Fix issue where orderBy strips spaces from fieldname
- Remove unneeded destructor
- Add socket option to constructor
- Added a function to disconnect from mysql server
- Adding ORDER BY REGEXP possibilites
- dbObject: Added "Hidden Fields"
- Multiple bugfxes and documentation update
2.7 release
- new MysqliDb::insertMulti() Method
- new joinWhere() and joinOrWhere() Methods
- All fatal errors converted to exceptions
v. 2.6
2.5 Release
new bugfixes
added having() and orHaving() method for having conditions support
added new map() method for easy result array id manipulation
orderBy(): added more chars to whitelist
dbObject: added new double validation type
dbObject: lot of private->protected changes to allow method overloads via extend classes
2.4 Release
Mostly a bugfix release.
Support for FOR UPDATE and LOCK IN SHARE MODE in selects
Support for join in delete()
rawQuery() should populate count now
Added '', ' and * chars for orderBy and groupBy
Throw an exception if connection were failed
JsonBuilder() should return $this
onDuplicate() should return $this
fix for nestJoin on multiple joined tables
dbObject: Set primary key on create if primary key is set, but empty
dbObject: visibility changes for bunch of private functions