We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e732b commit d8a7bceCopy full SHA for d8a7bce
src/tokenizer.rs
@@ -2041,7 +2041,6 @@ impl<'a> Tokenizer<'a> {
2041
match chars.peek() {
2042
Some('\'') => {
2043
chars.next();
2044
- // ~ determine the "quote character(s)"
2045
let error_loc = chars.location();
2046
let (start_quote_char, end_quote_char) = match chars.next() {
2047
// ~ "newline" is not allowed by Oracle's SQL Reference,
0 commit comments