Skip to content

Database Package 1.6.0

Compare
Choose a tag to compare
@mbabker mbabker released this 30 Jun 23:57
· 866 commits to 3.x-dev since this release

The following are pertinent changes made with this release:

  • [META] Expanded test integrations for additional platform coverage
  • Deprecated PDO Oracle Driver
  • Deprecated native PostgreSQL Driver, use PDO PostgreSQL instead
  • #84 - Correct loading of table columns in MySQL import class
  • #89 - Add ability to clear offset from query builder
  • a332b87 - Fix issue with updating rows when using DatabaseDriver::updateObject()
  • Miscellaneous code structure improvements and optimizations