-
Notifications
You must be signed in to change notification settings - Fork 91
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
batch execution involving BLOB not working for oracle #259
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
4.2.3
Context
given table
I try to INSERT using "executeBatch"
Steps to reproduce
for reference, plain, non-batch path: "always works".
but not "executeBatch".
first exception encountered:
seems to be an "off by one" error here
https://github.com/vert-x3/vertx-jdbc-client/blob/4.2.3/src/main/java/io/vertx/jdbcclient/impl/actions/JDBCPreparedBatch.java#L130
( should be setBytes(1, ...) )
tried to patch that one locally...
unfortunately, it did not end there.
2nd exception:
Extra
currently on oracle driver 19.10.0.0.0.
using pre-existing datasource/ucp-pool.
wired into vertx using JDBCPool.pool(vertx, datasource)
( see also thread https://groups.google.com/g/vertx/c/z3a8JCVQT5Y/m/oAnS4ttIAgAJ )
The text was updated successfully, but these errors were encountered: