Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions crates/lib-core/src/dialects/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub enum DialectKind {
Clickhouse,
Databricks,
Duckdb,
Hive,
Mysql,
Postgres,
Redshift,
Expand Down
7,280 changes: 3,960 additions & 3,320 deletions crates/lib-dialects/src/ansi.rs

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions crates/lib-dialects/src/ansi_keywords.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//! A list of all SQL keywords.

pub(crate) const ANSI_RESERVED_KEYWORDS: &str = "SELECT
JOIN
ON
Expand Down
Loading
Loading