mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-03 12:47:21 +00:00
Fix a mistake in merge conflict resolution earlier
This commit is contained in:
parent
ac365bd44e
commit
dce09f8054
3 changed files with 3 additions and 4 deletions
|
@ -90,7 +90,6 @@ impl Parser {
|
|||
let mut expr = self.parse_prefix()?;
|
||||
debug!("prefix: {:?}", expr);
|
||||
loop {
|
||||
|
||||
// stop parsing on `NULL` | `NOT NULL`
|
||||
match self.peek_token() {
|
||||
Some(Token::Keyword(ref k)) if k == "NOT" || k == "NULL" => break,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue