We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a91f2f commit 8f9793aCopy full SHA for 8f9793a
src/dialect/snowflake.rs
@@ -80,7 +80,7 @@ impl Dialect for SnowflakeDialect {
80
81
// See https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#escape_sequences
82
fn supports_string_literal_backslash_escape(&self) -> bool {
83
- true
+ false
84
}
85
86
fn supports_within_after_array_aggregation(&self) -> bool {
0 commit comments