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.