LucaCappelletti94 opened a new issue, #2053: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2053
Hi, I need to implement traits describing for instance `CheckConstraint` and `UniqueConstraint` and so on for various crates, including sqlparser. These objects are currently represented in the `TableConstraint` enum. I believe it would be better to split them into their own structs. I will open up a PR addressing this, but do let me know whether you agree that it is desirable. Best, 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]
