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
In version 3.33.0 the sqlite_master (and *_temp_* variation of it) was renamed to sqlite_schema (and the temp one too). Still the master variation is accepted as alias, but it may be confused to some users.
When SchemaResolver is configured to return system tables too, it should return by default the sqlite_schema. Using "master" should be an option in configuration (where system tables visibility is configured).
In version 3.33.0 the
sqlite_master
(and*_temp_*
variation of it) was renamed tosqlite_schema
(and the temp one too). Still the master variation is accepted as alias, but it may be confused to some users.When
SchemaResolver
is configured to return system tables too, it should return by default thesqlite_schema
. Using "master" should be an option in configuration (where system tables visibility is configured).https://sqlite.org/schematab.html
The text was updated successfully, but these errors were encountered: