Skip to content

Commit

Permalink
Kill constants.ReservedKeywords
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed May 2, 2024
1 parent be14d02 commit 3df0774
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions lib/config/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,68 +30,6 @@ const (
DBZMySQLFormat = "debezium.mysql"
)

// ReservedKeywords is populated from: https://docs.snowflake.com/en/sql-reference/reserved-keywords
// We are doing only the column names that are reserved by ANSI.
var ReservedKeywords = []string{
"all",
"alter",
"and",
"any",
"as",
"between",
"by",
"case",
"cast",
"check",
"column",
"connect",
"create",
"current",
"delete",
"distinct",
"drop",
"else",
"exists",
"following",
"for",
"from",
"grant",
"group",
"having",
"in",
"insert",
"intersect",
"into",
"is",
"like",
"not",
"null",
"of",
"on",
"or",
"order",
"revoke",
"row",
"rows",
"sample",
"select",
"set",
"some",
"start",
"table",
"tablesample",
"then",
"to",
"trigger",
"union",
"unique",
"update",
"values",
"whenever",
"where",
"with",
}

// ExporterKind is used for the Telemetry package
type ExporterKind string

Expand Down

0 comments on commit 3df0774

Please sign in to comment.