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:

TypeDescription
PerformanceImproved parsing performance with large SQL (MTK/SQL Plus).
EnhancementAdded support for EDB Postgres Advanced Server 17.2.
Bug fixFixes an incompatibility issue with JDK 8 that was found in version 42.7.3.1 of the edb-jdbc18 driver.
Bug Fixedb-jdbc installation should not install a lower JDK version when a higher version is installed.
Bug FixFixed issue where Message.getJMSMessageID() returns null.
Bug FixFixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema.
Bug FixFixed issue where EDBJmsMessageConsumer.receiveNoWait() returns null even when messages are available on the queue.
Bug FixFixed issue where EDBJmsMessageConsumer.receive() [without time parameter] fails to block until a message is available.
Bug FixFixed issue where EDBJmsMessageConsumer.receive(timeout) doesn't honor the timeout specified.