Skip to content

Commit 8b38f12

Browse files
committed
Add CREATE EXTERNAL VOLUME sql
1 parent 2eecf96 commit 8b38f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4212,7 +4212,7 @@ impl fmt::Display for Statement {
42124212
write!(f, " ALLOW_WRITES = TRUE")?;
42134213
}
42144214
if let Some(c) = comment {
4215-
write!(f, " COMMENT = '{}'", c.replace('\'', "''"))?;
4215+
write!(f, " COMMENT = '{c}'")?;
42164216
}
42174217
Ok(())
42184218
}

0 commit comments

Comments
 (0)