remove custom query executor
since Crate JDBC v1.12 that supports to set a `strict` mode (default: false) to be compliant with the JDBC spec. This prevents from throwing an UnsupportedFeatureException if `autocommit(false)` is called.
Please register or sign in to comment