[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/docs/databases/ -> sqlite.txt (source)

   1  SQLite shares the MySQL schema file at maintenance/tables.sql, with a set of 
   2  compatibility regexes to convert MySQL syntax to SQLite syntax:
   3  
   4  * BINARY() and VARBINARY() fields are converted to BLOB
   5  * the UNSIGNED modifier is removed
   6  * "INT" fields are converted to "INTEGER"
   7  * ENUM is converted to BLOB
   8  * the BINARY collation modifier is removed
   9  * AUTO_INCREMENT is converted to AUTOINCREMENT
  10  * Any table options are removed
  11  * Truncated indexes are upgraded to full-width indexes
  12  * FULLTEXT indexes are converted to ordinary indexes


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1