Amazon Redshift JDBC Driver

Similar documents
Amazon Redshift ODBC Driver 1.3.6

Cloudera JDBC Driver for Impala

Cloudera JDBC Driver for Apache Hive

Cloudera JDBC Driver for Impala

Simba JDBC Driver for Cloudera Impala

Simba JDBC Driver for Cloudera Impala

The release notes provide details of enhancements, features, and known issues in Simba JDBC Driver for Apache Hive

Hortonworks Hive ODBC Driver with SQL

Model Question Paper. Credits: 4 Marks: 140

Cloudera ODBC Driver for Apache Hive

This is a known issue (SVA-700) that will be resolved in a future release IMPORTANT NOTE CONCERNING A VBASE RESTORE ISSUE

Perceptive Nolij Web. Release Notes. Version: 6.8.x

Enterprise Data Catalog Fixed Limitations ( Update 1)

RELEASE NOTES SHORETEL MS DYNAMICS CRM CLIENT VERSION 8

This document contains important information about known limitations for Data Integration Connectors.

Cloudera ODBC Driver for Impala

Foundstone 7.0 Patch 6 Release Notes

User's Guide c-treeace SQL Explorer

Release Notes for Snare Linux Agent Release Notes for Snare for Linux

Nasuni Data API Nasuni Corporation Boston, MA

PureEngage Cloud Release Note. Outbound

OPC XML-DA Client Driver PTC Inc. All Rights Reserved.

Mitel for Microsoft Dynamics CRM Client V5 Release Notes

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager

Top 50 JDBC Interview Questions and Answers

Amazon Redshift. Getting Started Guide API Version

Kyle Brown Knowledge Systems Corporation by Kyle Brown and Knowledge Systems Corporation

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Database Access with JDBC. Dr. Jens Bennedsen, Aarhus University, School of Engineering Aarhus, Denmark

Perceptive DataTransfer

Avigilon Control Center 5.0 Release Notes

Perceptive Content. Release Notes. Version: 7.2.x

Nasuni Data API Nasuni Corporation Boston, MA

Database Application Development

1. Fixed a bug in processing doubley defined tables (where both DD and INI are given in a DSN) when a relative path is used.

MySQL 5.0 Certification Study Guide

Copyright. Copyright Ping Identity Corporation. All rights reserved. PingAccess Server documentation Version 5.

Migration Guide Service Manager

Copyright. Copyright Ping Identity Corporation. All rights reserved. PingAccess Server documentation Version 4.

Installation... 1 Fixed Limitations... 1 Known Limitations... 2 Informatica Global Customer Support... 5

DB Browser UI Specs Anu Page 1 of 15 30/06/2004

About these Release Notes

Contents. Error Message Descriptions... 7

Simba ODBC Driver with SQL Connector for Apache Cassandra

Perceptive TransForm. Release Notes. Version: 8.x

ForeScout Open Integration Module: Data Exchange Plugin

JDBC - INTERVIEW QUESTIONS

ForeScout CounterACT. Configuration Guide. Version 3.4

Type Java.sql.sqlexception Error Code 0 Sql State S1000

Acknowledgments About the Authors

Perceptive Content Agent

Listing of SQLSTATE values

1Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Managing External Identity Sources

Emergency Bug Fixes (9.7.0)... 1 Fixed Limitations (9.7.0)... 2 Known Limitations (9.7.0)... 3 Informatica Global Customer Support...

Index. Symbol function, 391

Kea Messages Manual. Kea Messages Manual

GridDB Advanced Edition SQL reference

Troubleshooting External Services (External Message Store, Calendar Integrations, Calendar Information for PCTRs) in Cisco Unity Connection 8.

Rocking with Racket. Marc Burns Beatlight Inc

KB_SQL Release Notes Version 4.3.Q2. Knowledge Based Systems, Inc.

Coveo Platform 7.0. Microsoft SharePoint Connector Guide

Sage CRM 2019 R1 Release Notes. Updated: February 2019

Sql Server Syllabus. Overview

Perceptive Matching Engine

FairCom White Paper c-treeace Connection Strings

Oracle SQL Developer TimesTen In-Memory Database Support. Changes for Release 3.0 from Release 2.1.1

August, 2015 EXO accounting Interface: when viewing product sales history exclude non-inventory items such as charges and fees

Java SE 8 Programming

Introduction to SQL on GRAHAM ED ARMSTRONG SHARCNET AUGUST 2018

How to Set Up External CA VPN Certificates

Transaction Management Chapter 11. Class 9: Transaction Management 1

Table of Contents. Introduction... xxi

CS506 Web Programming and Development Solved Subjective Questions With Reference For Final Term Lecture No 1

Enhancements Added support for VLProxy thread dumps in support bundles. Requires VersaLex or later.

VMware vrealize operations Management Pack FOR. PostgreSQL. User Guide

Perceptive Content. Release Notes. Version: 7.2.x

20461: Querying Microsoft SQL Server 2014 Databases

Perceptive AP Invoice Processing Solutions

SAML-Based SSO Configuration

Heckaton. SQL Server's Memory Optimized OLTP Engine

Release Notes. LAW PreDiscovery, Version 6.8. Enhancements Resolved Issues Current Issues Additional Information

Release Notes. Meta-View Agent for Windows Version B.02i. Introduction. Summary of significant changes. Compatibility Matrix.

Oracle SQL. murach s. and PL/SQL TRAINING & REFERENCE. (Chapter 2)

CROSSREF Manual. Tools and Utilities Library

RulePoint Proactive PowerCenter Monitoring

4) An organization needs a data store to handle the following data types and access patterns:

TIBCO Service Performance Manager Release Notes

Programming Assignment 0

Release Notes. Enhancements Resolved Issues Current Issues Additional Information

Manual Triggers Sql Server 2008 Examples

Chapter 7. Introduction to Structured Query Language (SQL) Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel

1. Corrected NULL padding of records with external key and non-delimited fields

GUMBO. Edition. pçñíï~êéi=fååk== Eight Edition (March 2011)

Querying Microsoft SQL Server 2012/2014

Perceptive Content Agent

Relational Data Structure and Concepts. Structured Query Language (Part 1) The Entity Integrity Rules. Relational Data Structure and Concepts

RELEASE NOTES. Version NEW FEATURES AND IMPROVEMENTS

Cloud Computing /AWS Course Content

Agilent Genomic Workbench 6.0

Transcription:

Amazon Redshift JDBC Driver 1.2.10 Released October 2017 These release notes provide details of enhancements, features, and known issues in Amazon Redshift JDBC Driver 1.2.10, as well as the version history. The following issues have been resolved in Amazon Redshift JDBC Driver 1.2.10. TRUNCATE and COPY commands throw an exception when autocommit mode is enabled. Driver class does not load when there is a space in the file path to the Redshift JDBC driver jar. Known Issues The following are known issues that you may encounter due to limitations in the data source, the driver, or an application. The driver reports the data source as read-only. When running DatabaseMetaData.isReadOnly() the driver will always report true. Connection behavior is different compared to the open-source PostgreSQL driver. When using the Amazon Redshift JDBC Driver, calling Connection.prepare() sends all queries to the server for compilation prior to returning. The open-source PostgreSQL driver does not send queries to the server at this step. Temporal functions are returned as UTC dates or timestamps. In the latest version of the open-source PostgreSQL driver, temporal functions are returned in the user's local time zone. Version 8.4 of the open-source driver returns temporal functions as UTC dates or timestamps instead. The Amazon Redshift JDBC Driver is consistent with version 8.4 of the open-source driver. 1

Version History Version 1.2.8 Released September 2017 Improved jar packaging for jar with no AWS SDK The following issue was resolved in Amazon Redshift JDBC Driver1.2.8. Driver incorrectly reports ssl and sslmode properties are in conflict. Version 1.2.7 Released August 2017 Support for Federated Authentication with Single Sign-On The driver now supports IAM authentication, and federated authentication through AD FS, PingFederate, and Okta Identity Providers. Enhanced Support for Viewing External Redshift Spectrum Tables The driver now supports external tables in Amazon Redshift Spectrum. Changed default SSL mode The default SSL mode is now verify-ca. Bundled SSL root certificates The driver now includes the required CA root certificate for SSL verification. The following issues were resolved in Amazon Redshift JDBC Driver1.2.7. setquerytimeout does not timeout a query. 2

The driver does not send the appropriate BEGIN to keep the connection in autocommit off for TRUNCATE or END. Wildcard characters that are a part of a table name are not escaped properly. TIMESTAMP with more than four digits in the year is parsed incorrectly. When using the Amazon Redshift JDBC Driver to parse a TIMESTAMP field that contains a year with more than four digits, the TIMESTAMP is parsed incorrectly. This has been resolved. The TIMESTAMPTZ data type is not supported in the driver. The Amazon Redshift JDBC Driver does not support the TIMESTAMPTZ data type. As a workaround, use the TIMESTAMP data type. This has been resolved. Version 1.2.1 Released November 2016 Enhanced Connection.isValid() The Connection.isValid() method can now detect whether the driver is using a valid database connection, even if the database has been shut down unexpectedly. To do this, when isvalid() is called, the driver submits an empty database query, and reports the result. To disable this empty database query, set the DisableIsValidQuery property to True. When this property is set, isvalid() may not be able to detect if a connection is invalid because the database has shut down. Use BEGIN instead of SAVEPOINT The driver now uses BEGIN statements to start a transaction, instead of SAVEPOINT. 3

New driver class name The driver now uses the class names com.amazon.redshift.jdbc.driver and com.amazon.redshift.jdbc.datasource to connect to the data store. Previously, different class names were used depending on the version of JDBC that is used. The following issues have been resolved in Amazon Redshift JDBC Driver 1.2.1. Multi-byte connection URL or username causes connection failure. Closed socket is not properly identified. Parser failure when "\\" is used. Using javax.sql.datasource causes an error. Version 1.1.17 Released June 2016 These release notes provide details of enhancements, features, and known issues in Amazon Redshift JDBC Driver 1.1.17, as well as the version history. SSL with client certificate verification You can use the new connection properties SSLRootCert, SSLCert, SSLKey, and SSLPassword to establish a TLS/SSL connection to a proxy server that uses client certificate verification. JDBC 4.2 now supported The driver can now use JDBC 4.2 to connect to a data source. Improved support for large rowcount results in the JDBC 4.2 driver When using the executelargebatch() or executelargeupdate() methods, the JDBC 4.2 driver can now report numbers of rows modified that are larger than INTEGER.MAX_VALUE. Position field added to error messages Error messages now include a Position field to indicate the location in the query where the problem is occurring. 4

The following issues have been resolved in Amazon Redshift JDBC Driver 1.1.17. Driver returns incorrect metadata values for getexportedkeys. Driver returns incorrect metadata values for getcrossreference. Driver removes comments from all queries. Driver incorrectly escapes query content that is enclosed in quotation marks (" or '). Driver fails to escape braces ({}) from queries. Driver returns an error when attempting to connect to the database with the connection properties set to AuthMech=REQUIRE and SSL=TRUE. In some cases, when the driver attempts to execute many queries in a single statement but stops before all the queries are completed, the driver stops working. This issue has been resolved. The problem occurred when the statement contained hundreds of queries, and query execution was interrupted at a specific point in the process (for example, if a server error occurred or if the user cancelled the query). The driver is now able to handle these cases successfully. Version 1.1.13 Released February 2016 SSLMode connection property You can now set the SSLMode property to specify whether the driver verifies host names when validating TLS/SSL certificates. The following issues were resolved in Amazon Redshift JDBC Driver 1.1.13. ResultsetMetadata not setting IsNullable correctly. Statement reuse causes server-side named statements to not close. 5

Batch parameter sets with multiple statements missing results. Intermittent return of 0 rows when more exist. High CPU utilization potential infinite loop after switching drivers. SSL Error writing large queries on slow connections. When calling a scalar function and a comment contains another function, the driver returns an error. When the file.encoding property is set to UTF-16, the driver fails to connect. When calling a REGEXP_REPLACE function that contains a question mark (?), the driver returns an error. When calling a PreparedStatement.executeBatch() method that contains multiple parameter sets and a SQL statement containing multiple commands, the driver omits all parameters except for the last set of parameters. Statements and prepared statements containing multiple semicolon-delimited commands are not executed atomically. The driver now executes these statements atomically so that either all or none of the commands are successfully executed. Driver reports incorrect precision for DECIMAL data reported from DatabaseMetaData.getColumns(). Version 1.1.10 Released October 2015 Statement.setMaxRows() JDBC method implemented The driver now supports the Statement.setMaxRows() JDBC method, which is used to limit the number of rows returned over the network to the application. UnknownLength connection property implemented You can now specify the length and precision to be reported for fields of unknown length by setting the UnknownLength connection property. 6

Support added for UDF functions Version 1.1.9 The driver is now able to handle the syntax for the new UDF functionality in Redshift. Released September 2015 The following issues were resolved in Amazon Redshift JDBC Driver 1.1.9. Autocommit behaviour after an explicit "COMMIT" or "ROLLBACK" call is incorrect. Before, if autocommit was disabled, it would become enabled after explicit "COMMIT" or "ROLLBACK" calls were made. Now, when autocommit is disabled, the driver behaves correctly after the "COMMIT" or "ROLLBACK" keyword is executed. Driver returns an assertion error when calling getprimarykeys on database metadata. The driver is now able to get primary keys metadata successfully. When executing a prepared statement that uses the settimestamp method on a Calendar object, the driver returns an incorrect timestamp in the result set. The driver now correctly stores and retrieves the timestamp in UTC format. When autocommit is disabled and a savepoint has been created, the driver uses the BEGIN statement redundantly. Before, when autocommit is disabled and a savepoint has been created, the driver would send BEGIN at the start of the transaction and again when the savepoint is created. Now, the driver only sends BEGIN at the start of the transaction. 7

Version 1.1.7 Released August 2015 Updated DatabaseMetadata to indicate that the driver can only support one active statement per connection DatabaseMetadata now indicates to applications that the driver can only support one active statement per connection. This update prevents applications from potentially executing multiple statements in a connection and failing. Improved error messaging for region issues The driver now displays more informative error messages for cases where a Redshift cluster and an S3 bucket are in different regions. Support added for loading the open-source PostgreSQL driver and the Redshift driver into the same class path You can now enable both drivers to be loaded into the same class path by setting the OpenSourceSubProtocolOverride connection attribute to TRUE. The following issues were resolved in Amazon Redshift JDBC Driver 1.1.7. In some cases, when using SSL, the driver fails to process very large queries. This issue has been resolved. The logging of SSL diagnostics has also been improved, and the logs no longer display FATAL for non-fatal messages. In some cases, when executing a prepared statement, numeric values are not rounded correctly. Driver returns an error message stating "(500150) Error setting/closing connection: {0}". Before, the error occurred whenever the driver encountered an empty array. The driver is now able to handle empty arrays successfully. Driver returns unrelated error messages when an incorrect Redshift password is provided. 8

Version 1.1.6 The driver now displays a SQLException when an incorrect Redshift password is provided. Released June 2015 The following issues were resolved in Amazon Redshift JDBC Driver 1.1.6. Driver does not support the use of multiple SQL commands in a single prepared statement. Version 1.1.5 You can now use multiple SQL commands (separated by semicolons) within a single prepared statement. Released June 2015 The following issues were resolved in Amazon Redshift JDBC Driver 1.1.5. In some cases, the driver returns incorrect result set metadata after executing a prepared statement. The driver now updates the result set metadata after executing the prepared statement, which ensures that the correct metadata is returned. Driver cannot retrieve database metadata from non-selectable tables. Before, the driver could not retrieve metadata from system tables that cannot be selected, such as shadow tables and TOAST tables. Now, the driver is able to retrieve metadata from these tables. When calling isnullable on parameter metadata, a null pointer exception occurs. In some cases, query cancellation causes a connection exception to occur. The issue occurred because the way that the query cancellation functionality was implemented in the driver interfered with the thread used for cancelling query statements. The driver is now able to cancel queries properly. 9

When calling getdatatype on a column that uses an unsupported data type, the driver returns "NULL". Version 1.1.2 Now, the driver now returns "OTHER" for unsupported column data types. Released March 2015 Changed the prefix of the driver log file name The prefix for the log file that the driver generates has been changed from "PostgreSQL" to "Redshift". Before, the name of the log file was "PostgreSQL_connection_<connection number>.log". Now, the name of the log file is "Redshift_connection_<connection number>.log". The following issues were resolved in Amazon Redshift JDBC Driver 1.1.2. When working in a connection pool, thread safety issues sometimes occur. This issue occurred because the driver contained static references that caused thread safety issues to occur whenever there were many concurrent connections. These static references have been removed from the driver, and the thread safety issues have been resolved. Warning messages returned during statement execution are not posted on the statement-level warning listener. In the driver, there are "connection-level" listeners for warnings about the status of a connection, and "statement-level" listeners for warnings about the execution of a query statement. Before, all warnings were posted to the connection-level listener. Now, warnings regarding statement execution are posted to the statement-level listener instead. Result set metadata does not return the correct display size for CHAR columns. This issue occurred because the driver did not recognize that columns of type BPCHAR are of variable length, so BPCHAR columns returned from the server were handled incorrectly. The driver now returns the correct display size for these columns. 10

Version 1.1.1 Released March 2015 The following issues were resolved in Amazon Redshift JDBC Driver 1.1.1. When executing a query that has nested strings containing escaped characters, the driver sometimes returns a syntax error. Version 1.1.0 This issue occurred because the driver did not escape single quotation marks (') correctly when parsing queries. Now, the driver correctly parses and executes queries that have nested strings containing escaped characters. Version 1.1.0 was the initial release of the Amazon Redshift JDBC Driver. 11

Contact Us For support, check the Amazon Redshift Forum at https://forums.aws.amazon.com/forum.jspa?forumid=155 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 12