Releases: heavyai/heavyai-jdbc
Releases · heavyai/heavyai-jdbc
v6.1.0
v6.0.0
Rebranding to heavyai-jdbc
v5.10.0
Fixed ability to list tables in a database
v5.7.0
Minor release: a small change in error messages and synchronization with thrift APIs
v5.6.0
Better support for connection properties. Now connection properties can be included into a url both positionally and using query string at the end of the url (like this: jdbc:omnisci:localhost:4247:db_name?max_rows=2000&protocol=binary
)
v5.5.0
- getUpdateCount returns -1 so that DataGrip doesn't wait for queries infinitely and some other minor changes for DataGrip support
- properly closing PreparedStatement, Statement and ResultSet
- ability to set max_rows on a connection level via connection properties instead of setting it for each statement separately
- ability to omit some columns in batch inserts
- some OmniSciDatabaseMetaData methods were updated to show valid information on current driver version and server's SQL capabilities
v5.4.0
- Array datatype support
- fn escape syntax support
- PreparedStatement getMetaData() method support
- Statement cancel() method support
v5.1.1
PKI support
v4.8.1
Rename maven artifact to "omnisci-jdbc"
v4.7.1
Set JDBC version to 4.7.1