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
As mentioned in #433, DDL is not currently supported inside a transaction on DuckDB tables.
It is common for schema management tools to wrap every DDL in a transaction, causing any attempt at performing DDL from such tools to return an error:
DuckDB DDL statements cannot run inside a transaction block
The text was updated successfully, but these errors were encountered:
JelteF
No branches or pull requests
Description
As mentioned in #433, DDL is not currently supported inside a transaction on DuckDB tables.
It is common for schema management tools to wrap every DDL in a transaction, causing any attempt at performing DDL from such tools to return an error:
The text was updated successfully, but these errors were encountered: