Skip to content

Database Package 1.1.2

Compare
Choose a tag to compare
@mbabker mbabker released this 29 Jan 19:08
· 1163 commits to 3.x-dev since this release

The following are pertinent changes made with this release:

  • #6 - Skip fields in an object that aren't part of a table in insertObject and updateObject methods
  • #7 - PostgreSQL driver's insertObject method will now ignore primary keys with a zero value
  • #8 - PostgreSQL driver's getTableColumns return now emulates the return from the MySQL drivers
  • a745ad0 - PDO MySQL driver's lockTable() method issued an empty query