We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff45bd commit 2bf37fbCopy full SHA for 2bf37fb
1 file changed
src/sqlancer/citus/gen/CitusCommon.java
@@ -35,6 +35,7 @@ public static void addCitusErrors(ExpectedErrors errors) {
35
errors.add("Distributed relations must not use GENERATED ... AS IDENTITY");
36
errors.add("cannot drop multiple distributed objects in a single command");
37
errors.add("is not distributed");
38
+ errors.add("cannot create constraint on");
39
errors.add("cannot create foreign key constraint"); // SET NULL or SET DEFAULT is not supported in ON DELETE
40
// operation when distribution key is included in the
41
// foreign key constraint
0 commit comments