eirnym opened a new issue, #2335: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2335
Each new release breaks build, so using the library is like sitting on a time ticking bomb. It's fine when you need to parse literally any SQL query, e.g. you have wild mix of SQLite, MySQL, DuckDB and PostgreSQL commands, but it's rarely needed this way. It would be better if each database-specific field will be feature-gated, as new syntax added doesn't affect previously added features. Here struct builders mentioned in another issue would be greatly appreciated. I would like to contribute into builders part. -- 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]
