...
To check the version of the current jOOQ version you are using, check the POM File (if using Maven).
To know the jOOQ library JAR file that is in use, follow these steps:
Open the JAR file using a ZIP utility or a JAR viewer tool.
Look for the
META-INF/MANIFEST.MF
file in the JAR and check the version.
...
you can do it using command-line tools such as jar or by inspecting the metadata of the JAR file.
Do I need to reconfigure my accounts?
No, you do not have to reconfigure your account settings or drivers; the account can remain as-is to work with the latest driverlibrary. However, if you currently use the default version and want to revert to the previous version behavior, we recommend you use the postgres v3.9.4.1207.jar1.
We recommend you investigate your pipelines and check the Snaps downstream of PostgreSQL snaps Vertica Snaps for any of the affected scenarios. Update any dependencies that the downstream Snaps might have with respect to the changing error and outputs (especially in expressions) to conform to the new expected errors and outputs. Learn more about the change in errors and outputs for the new (v42.7.2) JDBC driver.
How can I verify that the changes work?
...
This library upgrade will result in specific behavior changes in the Snap Pack. These changes are for status codes and success and failure messages. This table lists these changes:
Vertica Snaps | Scenario | Error/Output from the Old (v3.9.1) JOOQ Library | Error/Output from the New (v3.17.x) JOOQ Library |
Vertica-Execute | When you pass | [{"error":"SQL operation failed","reason":"SQL [null]; [Vertica][VJDBC](2624) ERROR: Column \"c_date\" does not exist"}] | [{"error":"SQL operation failed","reason":"SQL [insert into table_NaN_test (c_date) values ('NaN')]; [Vertica][VJDBC](2624) ERROR: Column \"c_date\" does not exist"}] |
Vertica-Execute | When you pass | [{"error":"SQL operation failed","reason":"SQL [null]; [Vertica][VJDBC](3681) ERROR: Invalid input syntax for integer: \"NaN\""}]
| [{"error":"SQL operation failed","reason":"SQL [insert into public.table_nan (c_int) values ('NaN')]; [Vertica][VJDBC](3681) ERROR: Invalid input syntax for integer: \"NaN\""}] |
Vertica-Execute | When you pass | [{"error":"SQL operation failed","reason":"SQL [null]; [Vertica][VJDBC](3679) ERROR: Invalid input syntax for date: \"NaN\""}]
| [{"error":"SQL operation failed","reason":"SQL [insert into public.table_nan (c_date) values ('NaN')]; [Vertica][VJDBC](4883) ERROR: Table \"public.table_nan\" does not exist"}] |
Vertica-Execute | when you pass a spl character( ' ) | [{"reason": "Invalid query: INSERT INTO \"public\".\"emp\"(ename) VALUES ('windyi'eee');","resolution": "Please check for valid Snap properties and input data."} | [{"reason":"SQL [INSERT INTO \"public\".\"emp\"(ename) VALUES ('windyi'eee');]; [Vertica][VJDBC](100111) Missing a matching closing delimiter in statement INSERT INTO \"public\".\"emp\"(ename) VALUES ('windyi'eee');;","resolution":"Please check for valid Snap properties and input data."}] |
Vertica-Select
| When Order by field is expression enabled | Output message: | Output message: |
Vertica-Select | When you provide a value in Order by field | Output message:
| Output message:
|
Vertica-Select | When you provide table and schema name as pipeline parameters | Output message:
| Output message:
|
Vertica-Select | When you provide table and schema name as input from Snap. | Output message:
| Output message:
|
Vertic- Select | When you select the Match data types checkbox. | Output message:
| Output message:
|
Vertica-Select | When you preserve date and time values | Output message:
| Output message:
|
Vertica-Select | Basic test | Output message:
| Output message:
|
Vertica-Select | When you enable the second output view | IS_AUTOINCREMENT column details appear in response. | IS_AUTOINCREMENT column details do not appear in response. |
Vertica-Bulk Load | When the Auto commit checkbox is deselected | Output message:
| Output message:
|
Vertica-Lookup Vertica-Delete | When you provide a value in the Number of retries | Output message:
| Output message:
|
All Snaps | Boundary values check | Output message:
| Output message:
|