Skip to content

Releases: GregaMohorko/BlueDB

v1.4

10 Jan 15:58
Compare
Choose a tag to compare
  • Added Distinct option to the Criteria
  • Added Expression::isAnyOf
  • Expression::contains now allows DATE, TIME and DATETIME
  • DatabaseTable now supports counting rows based on criteria

v1.3.0.0

28 Jun 20:58
Compare
Choose a tag to compare

Added DatabaseTable::loadRowCount.
Enabled order by multiple columns at once.
Disabled escaping of strings, because prepared statements already do that.

v1.2.9.1

28 Jun 20:57
Compare
Choose a tag to compare

Added email sanitizing - replacing slavic characters with normal equivalents.

v1.2.9.0

01 May 14:45
Compare
Choose a tag to compare

Fixed an error that mostly occurs when running a heavy mysql backups/dumps at night.

v1.2.8.0

09 Mar 11:03
Compare
Choose a tag to compare
  • Added support for encoding null values.
  • [fix] a bug in SubEntity when loading a single row.

v1.2.7.1

01 Mar 14:14
Compare
Choose a tag to compare
  • Fixed a bug in Expression::equal where the NULL value was not equal to FALSE for BOOL fields.

v1.2.7.0

19 Feb 19:17
Compare
Choose a tag to compare
  • Added support for ORDER and LIMIT statements

v1.2.6.0

19 Feb 19:16
Compare
Choose a tag to compare
  • Added new expression: Unequal

v1.2.5.0

15 Jan 17:02
Compare
Choose a tag to compare
  • Added support for loading PROPERTY and MANY_TO_ONE fields in EntityUtility.

v1.2.4.0

29 Sep 11:40
Compare
Choose a tag to compare
  • Ability to use JSON::toArray with non-entity objects.