Skip to content

Releases: heavyai/heavyai-jdbc

v6.1.0

19 Jul 11:42
Compare
Choose a tag to compare

MULTILINESTRING support and some additional rebranding

v6.0.0

29 Mar 07:46
Compare
Choose a tag to compare

Rebranding to heavyai-jdbc

v5.10.0

26 Jan 07:53
Compare
Choose a tag to compare

Fixed ability to list tables in a database

v5.7.0

06 Aug 08:12
Compare
Choose a tag to compare

Minor release: a small change in error messages and synchronization with thrift APIs

v5.6.0

20 Apr 11:04
Compare
Choose a tag to compare

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

17 Dec 07:38
Compare
Choose a tag to compare
  • 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

08 Aug 15:38
Compare
Choose a tag to compare
  • Array datatype support
  • fn escape syntax support
  • PreparedStatement getMetaData() method support
  • Statement cancel() method support

v5.1.1

22 Feb 11:23
Compare
Choose a tag to compare

PKI support

v4.8.1

01 Oct 11:39
Compare
Choose a tag to compare
Rename maven artifact to "omnisci-jdbc"

v4.7.1

11 Jul 15:41
Compare
Choose a tag to compare
Set JDBC version to 4.7.1