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 f89df29 commit df7cf2dCopy full SHA for df7cf2d
src/tokenizer.rs
@@ -2042,8 +2042,6 @@ impl<'a> Tokenizer<'a> {
2042
2043
let start_quote_loc = chars.location();
2044
let (start_quote, end_quote) = match chars.next() {
2045
- // ~ "newline" is not allowed by Oracle's SQL Reference,
2046
- // but works with sql*plus nevertheless
2047
None | Some(' ') | Some('\t') | Some('\r') | Some('\n') => {
2048
return self.tokenizer_error(
2049
start_quote_loc,
0 commit comments