Migrate database engine from MySQL to SQLite

From LemonWiki共筆
Revision as of 17:59, 28 October 2019 by Planetoid (talk | contribs) (Created page with "== Notes == * Remove database name from SQL query: SQLite will consider the database name as table name * Replace MySQL [https://dev.mysql.com/doc/refman/8.0/en/string-functio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

  • Remove database name from SQL query: SQLite will consider the database name as table name
  • Replace MySQL CHAR_LENGTH function with SQLite Length function[1]


References