yoavcloud opened a new pull request, #2146:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2146

   MySQL allows casting using the `BINARY` keyword, for example:
   ```
   SELECT BINARY 1+1
   ```
   
   Adding support for parsing this as `SELECT CAST(1+1 AS BINARY)`. Ideally, 
the parser would maintain the original query form, however, since this is 
deprecated in MySQL, I preferred a less instrusive solution (versus introducing 
a `TypedExpr` struct silimar to, or to replace `TypedString`).


-- 
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]

Reply via email to