-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes and updated support table.
- Loading branch information
Showing
3 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...docs/docs/jdbc_connector/42.7.3.2/01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "EDB JDBC Connector 42.7.3.2 release notes" | ||
navTitle: Version 42.7.3.2 | ||
--- | ||
|
||
Released: 20 Nov 2024 | ||
|
||
The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. | ||
|
||
New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.7.3.2 include: | ||
|
||
| Type | Description | ||
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| Performance | Improved parsing performance with large SQL (MTK/SQL Plus) | | ||
| Enhancement | Added support for EDB Postgres Advanced Server 17.2 | | ||
| Fix | The JDK 8 compatibility is broken in ver 42.7.3.1 of edb-jdbc18 driver. | | ||
| Fix | edb-jdbc installation should not install a lower JDK version when a higher version is installed. | | ||
| Fix | Fixed issue where Message.getJMSMessageID() returns null. | | ||
| Fix | Fixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema. | | ||
| Fix | Fixed issue where EDBJmsMessageConsumer.receiveNoWait() always returns null even when messages are available on the queue. | ||
| Fix | Fixed issue where EDBJmsMessageConsuder() [without time parameter] is supposed to block until a message is available. | | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters