apache / datafusion-sqlparser-rs

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

support sqlite's OR clauses in update statements #1530

Closed lovasoa closed 1 week ago

lovasoa commented 1 week ago

fixes https://github.com/apache/datafusion-sqlparser-rs/issues/1529

lovasoa commented 1 week ago

This fixes https://github.com/sqlpage/SQLPage/discussions/695

alamb commented 1 week ago

Thanks @iffyio and @lovasoa