Skip to content

Database Package 1.3.0

Compare
Choose a tag to compare
@mbabker mbabker released this 29 Jan 18:57
· 1112 commits to 3.x-dev since this release

The following are pertinent changes made with this release:

  • #21 - Use existing API to replace table prefix in the database importer
  • #22 - Use logging from the database driver in the database importer
  • #27 - Make sure the database exporter's __toString() method doesn't throw an Exception
  • #31 - Add logging on database connection errors
  • #35 - Add andWhere, orWhere, and extendWhere methods to DatabaseQuery
  • 663b594 - Made mergeStructure() method of the database importer public