mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Fix and unskip keyword test
This commit is contained in:
@@ -290,15 +290,16 @@ SQL
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "comment" ]] || false
|
||||
[[ "$output" =~ "date" ]] || false
|
||||
|
||||
run dolt sql <<SQL
|
||||
CREATE TABLE test (
|
||||
CREATE TABLE test2 (
|
||||
pk INT NOT NULL,
|
||||
comment INT,
|
||||
date INT,
|
||||
PRIMARY KEY (pk)
|
||||
);
|
||||
SQL
|
||||
skip "Current SQL parser requires backticks around keywords, not just reserved words"
|
||||
|
||||
[ "$status" -eq 0 ]
|
||||
run dolt schema show
|
||||
[ "$status" -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user