Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Releases: amazon-archives/sql-jdbc

Version 1.0.0.0

31 Jul 19:39
Compare
Choose a tag to compare
  • Updated the LocalDateTime to Timestamp conversion to support timezone [issue #6]
  • Updated the connection URL template in README.md

Version 0.9.0.0

25 Apr 17:24
Compare
Choose a tag to compare

No code changes in this release.

Version 0.8.0.0

05 Apr 18:44
4523471
Compare
Choose a tag to compare
  • Feature #4: Add support for Elasticsearch 6.6.2

Version 0.7.0.0

05 Apr 18:47
4e4d5b7
Compare
Choose a tag to compare

Notable Changes

This is the first release of OpenES-JDBC.

OpenES-JDBC provides a driver for JDBC connectivity for OpenES-SQL. The driver has been developed from scratch and offers the following features in this initial release:

  • JDBC API implementation as per JDBC 4.2 specifications
  • java.sql.DriverManager and javax.sql.DataSource interface implementation for creating JDBC connections to Elasticsearch clusters running with OpenES-SQL plugin
  • java.sql.Statement implementation to allow creation and submission of SQL queries to OpenES-SQL
  • java.sql.ResultSet and java.sql.ResultSetMetadata implementation for parsing query results
  • java.sql.PreparedStatement implementation for creation and submission of parameterized SQL queries to OpenES-SQL
  • Support for HTTP BASIC and AWS SIGV4 authentication mechanisms
  • Full support for Elasticsearch Datatypes: BOOLEAN, BYTE, SHORT, INTEGER, LONG, HALF_FLOAT, FLOAT, DOUBLE, SCALED_FLOAT, KEYWORD, TEXT
  • Support Elasticsearch DATE data type with some limitations