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

VTabs: Proper handling of re-opened db files without the relevant extensions loaded #1244

Merged
merged 8 commits into from
Apr 9, 2025

Conversation

PThorpe92
Copy link
Contributor

@PThorpe92 PThorpe92 commented Apr 3, 2025

closes #1239
image

warns the user if a .db file is opened that contains a schema entry of a vtab created with a module that is no longer loaded.

If the module is loaded for that connection, the user can properly query the table.

@PThorpe92 PThorpe92 marked this pull request as draft April 3, 2025 18:13
@PThorpe92 PThorpe92 changed the title VTabs: fix tests and proper handling of re-opened db files w/o extensions loaded VTabs: Proper handling of re-opened db files without the relevant extensions loaded Apr 3, 2025
@PThorpe92 PThorpe92 marked this pull request as ready for review April 4, 2025 01:01
@jussisaurio jussisaurio merged commit 08b352c into tursodatabase:main Apr 9, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot open database that has virtual tables created with extensions
2 participants