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.
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.