-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: Table without sequence fails #1195
Comments
This is the same test case from README.md slightly modified:
|
Hello! I believe that the workaround in the Readme might help! |
Thanks. One of those workarounds might help me. But I still don't understand why isn't this a problem for sqlite:
Looks like the issue is that duckdb-engine is trying to use: Does it make sense to create a |
After this commit, duckdb works and sqlite breaks. I've switched to the duckdb-engine now. |
What happened?
The following test case passes with sqlite, but fails with duckdb:
Here's the error I got:
DuckDB Engine Version
0.14.0
DuckDB Version
1.1.3
SQLAlchemy Version
No response
Relevant log output
The text was updated successfully, but these errors were encountered: