Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
sqlite database
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2010 at 16:41 UTC
Updated:
21 Feb 2010 at 10:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedHere. It's mostly straightforward.
Comment #2
damien tournoud commentedActually, there is another issue: because there is no "RENAME INDEX" command in SQLite, we need to drop and recreate indexes in
DatabaseSchema_sqlite::renameTable(), or the index names will not match the table name after the rename.Comment #4
damien tournoud commentedThat last patch should have passed, because the test bot doesn't test SQLite :)
Andypost posted a nice patch fixing some related failures in the PostgreSQL driver at #720620: indexExists() for pgsql and sqlite does not prefix tablename. Marking this issue as a duplicate.