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

[SQLITE experimental] Unable to open database #1213

Open
carlopi opened this issue Mar 25, 2023 · 2 comments
Open

[SQLITE experimental] Unable to open database #1213

carlopi opened this issue Mar 25, 2023 · 2 comments

Comments

@carlopi
Copy link
Collaborator

carlopi commented Mar 25, 2023

As reported here: #1202 (comment)

reproducible also as

LOAD sqlite_scanner;
CALL sqlite_attach('https://raw.githubusercontent.com/duckdblabs/sqlite_scanner/main/data/db/count.db');
PRAGMA show_tables

Plus, but the extension short-name should be sqlite (there is confusion between repo name and extensions names)

@carlopi
Copy link
Collaborator Author

carlopi commented May 23, 2023

Update here:

This is connected to a missing functionality in the sqlite_parser extension, and there is a path to solve this via providing a virtual file system backed by DuckDB's own file system.

And on the extension name I was wrong, proper name is sqlite_scanner, and now aliases works as intended.

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

No branches or pull requests

1 participant