File tree Expand file tree Collapse file tree
src/sqlancer/postgres/gen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ public SQLQueryAdapter generate() {
304304 errors .add ("multiple primary keys for table" );
305305 errors .add ("could not create unique index" );
306306 errors .add ("contains null values" );
307+ errors .add ("is not marked NOT NULL" );
307308 errors .add ("cannot cast type" );
308309 errors .add ("unsupported PRIMARY KEY constraint with partition key definition" );
309310 errors .add ("unsupported UNIQUE constraint with partition key definition" );
@@ -342,6 +343,7 @@ public SQLQueryAdapter generate() {
342343 errors .add ("appears twice in unique constraint" );
343344 errors .add ("appears twice in primary key constraint" );
344345 errors .add ("contains null values" );
346+ errors .add ("is not marked NOT NULL" );
345347 errors .add ("insufficient columns in PRIMARY KEY constraint definition" );
346348 errors .add ("which is part of the partition key" );
347349 break ;
You can’t perform that action at this time.
0 commit comments