You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to a sqlite database created with an older version of sqlite3 (for example, v 3.11.0 of sqlite3 on ubuntu), there will be an Internal Server Error with error message "PDO: no such table: pragma_table_info".
As it turned out, databases created by older versions of sqlite3 doesn't have the "pragma_table_info" table.
I don't think this table is critical for most applications using sqlite.
Therefore, I hope fatfree can ingore the missing table "pragma_table_info" so that it can be compatible with older version of sqlite databases.
The text was updated successfully, but these errors were encountered:
This is for fatfree version 3.7.
When connecting to a sqlite database created with an older version of sqlite3 (for example, v 3.11.0 of sqlite3 on ubuntu), there will be an Internal Server Error with error message "PDO: no such table: pragma_table_info".
As it turned out, databases created by older versions of sqlite3 doesn't have the "pragma_table_info" table.
I don't think this table is critical for most applications using sqlite.
Therefore, I hope fatfree can ingore the missing table "pragma_table_info" so that it can be compatible with older version of sqlite databases.
The text was updated successfully, but these errors were encountered: