LucaCappelletti94 opened a new pull request, #2191: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2191
This PR adds common derive macros to all dialect structs for consistency and improved usability. ## Changes Added the following derives to all dialect structs: * Clone * Copy * Default * PartialEq * Eq * Hash * PartialOrd * Ord * serde::Serialize (when serde feature is enabled) * serde::Deserialize (when serde feature is enabled) Closes issue #2190 -- 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]
