This topic describes the latest version updates of Java Database Connectivity (JDBC), including new and enhanced features of a specific version of JDBC.
The following table describes the latest version updates of JDBC. For more information, visit the URL of the related version or Github Release Note.
Version | Change type | Description |
New feature | The Note When this parameter is set to True, the SQL parsing feature introduced in JDBC 3.4.1 will not be used. | |
New feature | MaxQA is supported. | |
New feature | The timeout period can be configured in MaxCompute tunnels. | |
Enhanced feature |
| |
Fixed issue | SDK-related issues are fixed. | |
New feature | The automatic rollback feature is supported in MaxCompute Query Acceleration (MCQA) mode. If you submit an SQL statement that is not supported by MCQA in an MCQA job, the MCQA job can be automatically rolled back to an SQL query job. SQL statements such as UPDATE, DROP, CREATE, and ALTER are not supported by MCQA. Note This feature relies on the SQL parsing capability introduced in this version (using Antlr4), which consumes more CPU and memory resources compared to previous versions. The resource consumption amount is proportional to the SQL complexity. We recommend that you pay attention to resource usage and manage concurrency when executing complex queries. Alternatively, you can upgrade to JDBC 3.8.8 or JDBC 3.9.3, and configure | |
Fixed issue |
| |
Fixed issue |
| |
New feature | A three-layer model is supported. | |
Fixed issue | The issue that is related to the configuration of the autoSelectLimit parameter is fixed. | |
New feature | The | |
Fixed issue | Known issues are fixed. | |
Fixed issue | The issue that is related to the Fallback service is fixed. | |
New feature | The connection string parameter | |
Enhanced feature | The logs that record job failures are optimized. | |
Fixed issue | The Maven AspectJ plug-in cannot be used. This avoids possible performance losses. | |
New feature | The MaxCompute Query Acceleration (MCQA) feature is supported. | |
Enhanced feature |
|