Database Package 1.6.0
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