EDB JDBC Connector 42.7.3.2 release notes v42.7.3.2
Released: 22 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. |
Bug fix | Fixes an incompatibility issue with JDK 8 that found in version 42.7.3.1 of the 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. |