We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be09777 + 677a03b commit f2dfd1dCopy full SHA for f2dfd1d
2 files changed
sqlwhat/State.py
@@ -13,6 +13,7 @@
13
"mssql": "antlr_tsql.ast",
14
"snowflake": "antlr_plsql.ast", # uses postgres parser for now
15
"bigquery": "antlr_plsql.ast", # uses postgres parser for now
16
+ "redshift": "antlr_plsql.ast", # uses postgres parser for now
17
}
18
19
sqlwhat/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "3.9.3"
+__version__ = "3.9.4"
2
3
from .test_exercise import test_exercise
0 commit comments