-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a Quarkus extension for the Vert.x DB2 driver #9457
Comments
Will work on this once #9479 is complete |
Hello, Is there any limitation in Reactive DB2 to get current timestamp? The same query works wells in DB2 JDBC driver (See Issue #6293). I have tested it using snapshot jar. Below code, always returns the value of timestamp as null. And when I connect to our DB2 instance running DB2 v11.1.4.4, then Reactive version will always throw below error - whereas db2-jdbc-driver works fine. What am I doing wrong here?
Code used for testing
|
Hey @aguibert
This is to track that task. I'm adding it to 1.6 as it will have Vert.x 3.9.1
The text was updated successfully, but these errors were encountered: