chore: upgrade coredns version (#550)

This commit is contained in:
naison
2025-04-19 10:06:56 +08:00
committed by GitHub
parent c42e3475f9
commit c9f1ce6522
1701 changed files with 235209 additions and 29271 deletions

View File

@@ -49,8 +49,10 @@ var tableIndicators = map[string]bool{
"INTO": true,
"UPDATE": true,
"TABLE": true,
"EXISTS": true, // Drop Table If Exists
"STRAIGHT_JOIN": true, // MySQL
"CLONE": true, // Snowflake
"ONLY": true, // PostgreSQL
}
var keywords = map[string]bool{
@@ -145,6 +147,8 @@ var keywords = map[string]bool{
"OFFSET": true,
"OF": true,
"SKIP": true,
"IF": true,
"ONLY": true,
}
func isWhitespace(ch rune) bool {