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
The ALTER TABLE way of adding constraints in DuckDb hasn't been implemented in v1.0. I haven't tested with v1.1 released a few days ago. I'm getting the following error: "https://duckdb.org/docs/sql/statements/alter_table", and see it documented here on the duckdb.org site under "ADD/DROP CONSTRAINT"
I'll work around by adding the constraints to the table DDL, with hopes of making a full contribution here.
Thanks for supporting DuckDB! It will be a great asset to my testing efforts. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The ALTER TABLE way of adding constraints in DuckDb hasn't been implemented in v1.0. I haven't tested with v1.1 released a few days ago. I'm getting the following error: "https://duckdb.org/docs/sql/statements/alter_table", and see it documented here on the duckdb.org site under "ADD/DROP CONSTRAINT"
I'll work around by adding the constraints to the table DDL, with hopes of making a full contribution here.
Thanks for supporting DuckDB! It will be a great asset to my testing efforts. Thanks.
The text was updated successfully, but these errors were encountered: