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 TABLEin controller withtruncateTable()adapter method