mvzink commented on issue #1841: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1841#issuecomment-2859241001
Note that there are some other things Postgres supports for `ANY`/`ALL` which our current parsing approach doesn't; e.g. it treats `LIKE` as a valid operator in that context, but we have a separate AST variant for it instead of treating `LIKE` as a binary operator. See #1770. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
