A database query syntax error has occurred.
The last attempted database query was:
"INSERT INTO parsertest_interwiki (iw_prefix,iw_url,iw_local) VALUES ('wikipedia','http://en.wikipedia.org/wiki/$1','0')"
from within function "DatabaseSqlite::insert/multi-row".
Database returned error "1: table parsertest_interwiki has no column named iw_prefix"
After the test script fails, the database is left with a bunch of parsertest_* tables, each containing one column called "LIKE" - the syntax "CREATE TABLE parsertest_protected_titles (LIKE protected_titles)" doesn't work here.
Version: 1.16.x
Severity: normal