diff --git a/bats/create-tables.bats b/bats/create-tables.bats index 461d9ecc54..ad7d15259f 100755 --- a/bats/create-tables.bats +++ b/bats/create-tables.bats @@ -451,6 +451,59 @@ SQL [ "$status" -eq 1 ] } +@test "create a table with a SQL reserved word" { + dolt sql <