apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Support ANTI and SEMI joins without LEFT/RIGHT #1528

Closed delamarch3 closed 4 days ago

delamarch3 commented 6 days ago

Closes #1504

User-facing change: ANTI and SEMI have been added to the reserved keywords for table aliases

alamb commented 4 days ago

Thanks @delamarch3 and @iffyio