Skip to content

Commit 8f9793a

Browse files
committed
change option
1 parent 4a91f2f commit 8f9793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl Dialect for SnowflakeDialect {
8080

8181
// See https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#escape_sequences
8282
fn supports_string_literal_backslash_escape(&self) -> bool {
83-
true
83+
false
8484
}
8585

8686
fn supports_within_after_array_aggregation(&self) -> bool {

0 commit comments

Comments
 (0)