Escape "table" indents (#4655)
This commit is contained in:
parent
0733be13a0
commit
3ded680b33
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ pub static RESERVED_KEYWORD: phf::Set<UniCase<&'static str>> = phf_set! {
|
|||
UniCase::ascii("TRUE"),
|
||||
UniCase::ascii("FALSE"),
|
||||
UniCase::ascii("WHERE"),
|
||||
UniCase::ascii("TABLE"),
|
||||
};
|
||||
|
||||
pub fn could_be_reserved(s: &str) -> bool {
|
||||
|
|
Loading…
Reference in a new issue