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

   In MySQL, a data type like `INT(20) SIGNED` is equivalent to `INT(20)`. In 
other dialects, this may be interpreted differently; e.g. in Postgres, `SELECT 
1::integer signed` indicates an alias of "signed". So we parse the optional 
`SIGNED` suffix only on dialects that allow it (I currently don't know of any 
other than MySQL).


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to