Skip to content

2.4 Release

Compare
Choose a tag to compare
@avbdr avbdr released this 15 Oct 17:10
· 195 commits to master since this 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