Skip to content

1.6.0

Latest

Choose a tag to compare

@fballiano fballiano released this 22 Mar 12:30
dd74352

Multi-database compatibility (Maho)

  • Replaced raw MySQL SQL in install/upgrade scripts with database-agnostic DDL API (Varien_Db_Ddl_Table), fixing SQLite compatibility (#24)
  • Wrapped MySQL-specific charset conversion in a MySQL-only check
  • Replaced raw TRUNCATE TABLE in controller with truncateTable() adapter method