Skip to content

Commit

Permalink
Merge pull request #154 from datacamp/ewald/readshift
Browse files Browse the repository at this point in the history
[CP-1665] feat: add redshift sql dialect
  • Loading branch information
ewaldbervoets authored Sep 19, 2023
2 parents be09777 + 677a03b commit f2dfd1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sqlwhat/State.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"mssql": "antlr_tsql.ast",
"snowflake": "antlr_plsql.ast", # uses postgres parser for now
"bigquery": "antlr_plsql.ast", # uses postgres parser for now
"redshift": "antlr_plsql.ast", # uses postgres parser for now
}


Expand Down
2 changes: 1 addition & 1 deletion sqlwhat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.9.3"
__version__ = "3.9.4"

from .test_exercise import test_exercise

0 comments on commit f2dfd1d

Please sign in to comment.