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

   ## Why                                                                       
                                                      
                                                                                
                                                   
   MSSQL's WAITFOR statement (DELAY/TIME) was not supported by the parser.      
                                                   
                                                                                
                                                 
   ## How                                                                       
                                                      
                                                                                
                                  
   - Add WaitForStatement and WaitForType AST nodes for DELAY and TIME variants 
                                        
   - Parse WAITFOR { DELAY | TIME } <expr> in the MSSQL dialect
   - Add DELAY and WAITFOR keywords, tests for all variants and error cases


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