LucaCappelletti94 opened a new pull request, #2054: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2054
As per title, this PR moved all of the struct variants out of the `TableConstraint` enum. This is done to allow for implementing traits in dependent crates which only apply to some of the variants and not all of them. Furthermore it: - Implemented `Display` and `Spanned` for each of the new structs - Implemented `From<variant> for TableConstraint` for all variants - Documented the variants and updated tests This PR closes issue #2053 Ciao, 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]
