mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
Update integration-tests/bats/sql-load-data.bats
Co-authored-by: James Cor <jcor@ucsd.edu>
This commit is contained in:
@@ -425,7 +425,7 @@ fields terminated by ','
|
||||
lines terminated by '\n'
|
||||
SQL
|
||||
[ $status -ne 0 ]
|
||||
[[ $output =~ "'2022-10-10 00:00:00:00' is not a valid value for 'datetime'" ]] || false
|
||||
[[ $output =~ "is not a valid value" ]] || false
|
||||
}
|
||||
|
||||
@test "sql-load-data: schema with not null constraints" {
|
||||
|
||||
Reference in New Issue
Block a user