prydt opened a new issue, #2274:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2274

   ```rust
   let sql = "UPDATE job_queue SET status = 'processing' WHERE status = 
'pending' ORDER BY created_at ASC LIMIT 10;";
   let dialect = MySqlDialect {};
   let ast = Parser::parse_sql(&dialect, sql).unwrap();
   ```
   fails with `called `Result::unwrap()` on an `Err` value: 
ParserError("Expected: end of statement, found: ORDER at Line: 1, Column: 69")`
   
   I have a fix for this in the works and will add testing for both MySQL and 
Generic dialects.


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