sqlx uses a ton of feature flags and that means sqlx-exasol has to as well.
However, it's incredibly easy for these to get out of sync with each other and for sqlx to add/remove feature flags that can easily go unnoticed. A CI script that parses features of both sqlx-exasol and sqlx by perhaps relying on cargo metadata would be immensely helpful in preventing issues down the line.
sqlxuses a ton of feature flags and that meanssqlx-exasolhas to as well.However, it's incredibly easy for these to get out of sync with each other and for
sqlxto add/remove feature flags that can easily go unnoticed. A CI script that parses features of bothsqlx-exasolandsqlxby perhaps relying oncargo metadatawould be immensely helpful in preventing issues down the line.