Skip to content

Commit f2dfd1d

Browse files
Merge pull request #154 from datacamp/ewald/readshift
[CP-1665] feat: add redshift sql dialect
2 parents be09777 + 677a03b commit f2dfd1d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sqlwhat/State.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"mssql": "antlr_tsql.ast",
1414
"snowflake": "antlr_plsql.ast", # uses postgres parser for now
1515
"bigquery": "antlr_plsql.ast", # uses postgres parser for now
16+
"redshift": "antlr_plsql.ast", # uses postgres parser for now
1617
}
1718

1819

sqlwhat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.9.3"
1+
__version__ = "3.9.4"
22

33
from .test_exercise import test_exercise

0 commit comments

Comments
 (0)