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

   Currently there's no support for argmodes (`IN`, `OUT`, `INOUT`) in `CREATE 
PROCEDURE` statements despite the standard (I'm reading a [BNF for ISO/IEC 
9075-2:2003](https://ronsavage.github.io/SQL/sql-2003-2.bnf.html#parameter%20mode)
 since I don't have anything newer) and 'RDBMS's like MySQL and PostgreSQL 
supporting them.
   
   This PR adds support for the standard modes (PostgreSQL's `VARIADIC` mode is 
not supported).


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