skip to main content
Welcome to the Progress DataDirect for JDBC for Google BigQuery Driver : What's new in this release?
  

Try DataDirect Drivers Now

What's new in this release?

Support and certification

Visit the following web pages for the latest support and certification information.
*Release Notes
*Supported Configurations
*DataDirect Support Matrices

Changes Since 6.0.0

*Changed Behavior
*The default value of the SchemaSet configuration option has been changed to the project and dataset specified at connection. For details, see SchemaSet (Configuration Option)

Highlights of 6.0.0 Release

*The driver supports both standard and legacy Google BigQuery SQL dialects. See Standard and legacy SQL support for more information.
*The driver supports JDBC core functions. For details, refer to JDBC support in the Progress DataDirect for JDBC Drivers Reference.
*The driver serves as a complete pass-through driver. It leverages Google BigQuery SQL engine to execute queries.
*The driver supports create, read, update, and delete (CRUD) operations.
*The driver returns data for complex data types, such as Array and Struct, as JSON strings, which are easy to comprehend for the JDBC applications. See JsonFormat for more information.
*The driver provides proxy support. See ProxyHost, ProxyPassword, ProxyPort, and ProxyUser for more information.
*The driver supports the handling of large result sets with configurable paging and the FetchSize and WSFetchSize connection properties.