mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 11:21:58 -05:00
Merge pull request #1657 from dolthub/max/null-check
NULL check bats and go.mod update
This commit is contained in:
@@ -1150,6 +1150,7 @@ ALTER TABLE t2 ADD CONSTRAINT chk2 CHECK (b > a);
|
||||
SQL
|
||||
|
||||
dolt sql -q "insert into t2 values (5, 6)"
|
||||
dolt sql -q "insert into t2 values (6, NULL)"
|
||||
|
||||
run dolt sql -q "insert into t2 values (3, 4)"
|
||||
[ $status -eq 1 ]
|
||||
|
||||
Reference in New Issue
Block a user