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

   For example, this now parses appropriately:
   
   ```sql
   create procedure test_proc (a int = 42)
   ...
   ```
   
   Syntax documentation reference: 
https://learn.microsoft.com/en-us/sql/t-sql/statements/create-procedure-transact-sql?view=sql-server-ver17#e-use-a-procedure-with-wildcard-parameters.
 This is the syntax used by SQL Server, but I've implemented this as a "normal" 
Option property of the ProcedureParam struct.
   
   I also added a corresponding common unit test


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