File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Alphabetical list of contributors:
3232* Fredy Wijaya <fredy.wijaya@gmail.com>
3333* Gavin Wahl <gwahl@fusionbox.com>
3434* Georg Traar <georg@crate.io>
35+ * griff <70294474+griffatrasgo@users.noreply.github.com>
3536* Hugo van Kemenade <hugovk@users.noreply.github.com>
3637* hurcy <cinyoung.hur@gmail.com>
3738* Ian Robertson <ian.robertson@capitalone.com>
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Enhancements:
1414* Improve splitting of Transact SQL when using GO keyword (issue762).
1515* Support for some JSON operators (issue682).
1616* Improve formatting of statements containing JSON operators (issue542).
17+ * Support for BigQuery and Snowflake keywords (pr699, by griffatrasgo).
1718
1819Bug Fixes
1920
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ def default_initialization(self):
6666 self .add_keywords (keywords .KEYWORDS_PLPGSQL )
6767 self .add_keywords (keywords .KEYWORDS_HQL )
6868 self .add_keywords (keywords .KEYWORDS_MSACCESS )
69- self .add_keywords (keywords .KEYWORDS )
7069 self .add_keywords (keywords .KEYWORDS_SNOWFLAKE )
7170 self .add_keywords (keywords .KEYWORDS_BIGQUERY )
71+ self .add_keywords (keywords .KEYWORDS )
7272
7373 def clear (self ):
7474 """Clear all syntax configurations.
You can’t perform that action at this time.
0 commit comments