We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After attaching sqlite database show tables or select * from information_schema.tables stop working
Sequence of commands:
install sqlite; load sqlite; attach 'sakila.db' (type sqlite); show tables;
Catalog Error: Table with name customer does not exist! Did you mean "sakila.customer"?
Windows
1.1.3
cli
No response
Alex G
none
I have tested with a stable release
Not applicable - the reproduction does not require a data set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happens?
After attaching sqlite database show tables or select * from information_schema.tables stop working
To Reproduce
Sequence of commands:
install sqlite; load sqlite; attach 'sakila.db' (type sqlite); show tables;
OS:
Windows
DuckDB Version:
1.1.3
DuckDB Client:
cli
Hardware:
No response
Full Name:
Alex G
Affiliation:
none
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: