Skip to content

Releases: GregaMohorko/BlueDB

v1.2.3.1

26 Aug 21:38
Compare
Choose a tag to compare
  • Fixed a bug where zero values of integers were inserted as NULL values.

v1.2.3.0

08 Mar 02:00
Compare
Choose a tag to compare
  • Added support for creating and querying custom joins.

v1.2.2.0

25 Feb 17:09
Compare
Choose a tag to compare
  • Added isNotInWith expression.

v1.2.1.0

26 Jan 00:50
Compare
Choose a tag to compare
  • Changed the logic of loading ONE_TO_MANY and MANY_TO_MANY fields: only one level away fields are loaded.
  • Added support for converting arrays that contain other data than just entities.
  • Added quote marks to select query.
  • Fixed a bug when creating empty sub entities.
  • Fixed a bug when converting to array and it didn't check IDs.

v1.2.0.1

04 Jan 14:11
Compare
Choose a tag to compare
  • Added license headers.

v1.2.0.0

04 Jan 13:29
Compare
Choose a tag to compare
  • Added EntityUtility functions: createDTO, loadField...
  • Added isNotNull expression.
  • Added support for ManyToOne field of ManyToOne field inside equals expression.
  • Moved createEmpty up to IFieldEntity.
  • Fixed inclusive max for Date in between expression.
  • Fixed importing with local paths.

v1.1

23 May 20:16
Compare
Choose a tag to compare

Added support for JSON and serialization of entities to/from array.

v1.0

01 May 12:01
Compare
Choose a tag to compare
Update BlueDB.php