LucaCappelletti94 opened a new pull request, #2160: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2160
Since my last PR adding the missing `From` impls for `Statement` enum variants to convert any given variant `X` into `Statement::X(X)` usingĀ the `From` trait, several such `X` variants have been added without the associatedĀ `From` impl. This PR adds several (I hope all) missing `From` impls, and reasonably cleans up some of the code which was using the more verbose conversion. Luca -- 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]
