Releases: GregaMohorko/BlueDB
Releases · GregaMohorko/BlueDB
v1.4
v1.3.0.0
Added DatabaseTable::loadRowCount.
Enabled order by multiple columns at once.
Disabled escaping of strings, because prepared statements already do that.
v1.2.9.1
Added email sanitizing - replacing slavic characters with normal equivalents.
v1.2.9.0
Fixed an error that mostly occurs when running a heavy mysql backups/dumps at night.
v1.2.8.0
- Added support for encoding null values.
- [fix] a bug in SubEntity when loading a single row.
v1.2.7.1
- Fixed a bug in Expression::equal where the NULL value was not equal to FALSE for BOOL fields.
v1.2.7.0
- Added support for ORDER and LIMIT statements
v1.2.6.0
- Added new expression: Unequal
v1.2.5.0
- Added support for loading PROPERTY and MANY_TO_ONE fields in EntityUtility.
v1.2.4.0
- Ability to use JSON::toArray with non-entity objects.