We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9466f0 commit 2f6d970Copy full SHA for 2f6d970
1 file changed
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