Skip to content

Database Package 1.4.0

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

The following are pertinent changes made with this release:

  • #24 - Add missing method in MySQL importer
  • #25 - Remove hardcoded default character set in MySQL importer
  • #32 - Remove duplicate connection error checks
  • #36 - Don't set the sql_mode to empty in MySQLi
  • #37 - Add support for MySQL's utf8mb4 charset
  • 02fe110 - Move tests to autoload-dev in Composer
  • 327f6f0 - Deprecated the singleton instance of DatabaseFactory
  • 38e3e73 - Improve database collation checks for MySQL drivers
  • 1b0e757 - Fix handling for some comment types in splitSql(), backports joomla/joomla-cms#9137
  • d82d629 - Additional comment handling in splitSql(), backports joomla/joomla-cms#9369
  • 007fafb - Added server type detection