Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sqlite_schema instead of sqlite_master in SchemaResolver #5164

Open
pawelsalawa opened this issue Dec 10, 2024 · 0 comments
Open

Use sqlite_schema instead of sqlite_master in SchemaResolver #5164

pawelsalawa opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@pawelsalawa
Copy link
Owner

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).

https://sqlite.org/schematab.html

@pawelsalawa pawelsalawa added the enhancement New feature or request label Dec 10, 2024
@pawelsalawa pawelsalawa added this to the 3.5.0 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant