From bce67c641974280b6b0c8be06ad9bc53b86cc7fb Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Tue, 26 Nov 2024 09:58:05 -0500 Subject: [PATCH] DOCS-1131 Fixed typo and added missing release note item in JDBC release notes (#6299) * Fixed typo and added missing release note item. * Added 'Bug' to fixes according to style guide, formatted messages, and minor rewording --------- Co-authored-by: gvasquezvargas --- .../jdbc_42.7.3.2_rel_notes.mdx | 33 +++++++------------ 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/product_docs/docs/jdbc_connector/42.7.3.2/01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.7.3.2/01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes.mdx index 5dfa55d500e..f040588d30f 100644 --- a/product_docs/docs/jdbc_connector/42.7.3.2/01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.7.3.2/01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes.mdx @@ -9,25 +9,14 @@ The EDB JDBC connector provides connectivity between a Java application and an E 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. | - - - - - - - - - - - - +| 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 was found in version 42.7.3.1 of the `edb-jdbc18` driver. | +| Bug Fix | `edb-jdbc` installation should not install a lower JDK version when a higher version is installed. | +| Bug Fix | Fixed issue where `Message.getJMSMessageID()` returns `null`. | +| Bug Fix | Fixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema. | +| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receiveNoWait()` returns `null` even when messages are available on the queue. | +| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receive()` [without time parameter] fails to block until a message is available. | +| Bug Fix | Fixed issue where `EDBJmsMessageConsumer.receive(timeout)` doesn't honor the timeout specified. | \ No newline at end of file