Skip to content

v2.9.3: Revert "Now getInstance function will create new MysqliDb object if …

Latest
Compare
Choose a tag to compare
@avbdr avbdr released this 24 Aug 09:32
· 11 commits to master since this release
03dbce1

Bugfix release.

  1. remove legacy >where("firstname", Array ('LIKE' => '%John%'))
  2. Add getValue() method for models
  3. FIX #800 joinWhere() not using $prefix
  4. support Chinese characters in orderBy
  5. Set db->count with affected_rows on delete
  6. Bring up the $totalCount in dbObject::paginate()
  7. Keep objects mapped (#763)