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
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
The new SQLite driver stores information schema data in tables, such as _mysql_information_schema_tables. At the moment, these tables are not exposed for direct queries, such as SELECT ... FROM information_schema.tables.
Specs:
Support querying information schema tables (= translate identifiers).
Make sure the information schema tables can be only read, not written to.
The text was updated successfully, but these errors were encountered:
The new SQLite driver stores information schema data in tables, such as
_mysql_information_schema_tables
. At the moment, these tables are not exposed for direct queries, such asSELECT ... FROM information_schema.tables
.Specs:
The text was updated successfully, but these errors were encountered: