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

   ## Why
   
   I'm currently building 
[sqlparser-ts](https://github.com/guan404ming/sqlparser-ts) powered by this 
amazing repo via WebAssembly! When reconstruct all dialects test in typescript, 
I find some issue and decide to contribute back to upstream.
   
   The MSSQL dialect previously had no way to parse standalone BEGIN...END 
blocks. 
   `BEGIN SELECT 1; END` would fail because parse_begin() only handles BEGIN 
TRANSACTION.
   
   ## How
   
   wires MSSQL into the same path like BigQuery and Snowflake


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