Skip to content
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

sqlConnection.updateWithParams #2466

Closed
bardiademon opened this issue Aug 21, 2023 · 1 comment
Closed

sqlConnection.updateWithParams #2466

bardiademon opened this issue Aug 21, 2023 · 1 comment

Comments

@bardiademon
Copy link

bardiademon commented Aug 21, 2023

Hi

I have a problem registering a value in Oracle
My problem is:
I want to store a UUID in a column, If this value is directly in the query, there is no problem and it will be registered, But when I put this value in a JsonArray and send it to updateWithParams, it gives me an "Invalid column" error.
The problem is due to the presence of hyphen -.

Is there a solution to this problem?

Example: ae12364c-583e-4626-a57c-a646694f60f5
Vert.x Version: 4.2.3
Connection method: JDBCClient.createShared
Use: sqlConnection.updateWithParams(query , params , resultHandler -> {

Now I tested with version 4.4.4 and it gave me the same error

@tsegismont
Copy link
Contributor

Duplicates vert-x3/vertx-jdbc-client#308

@tsegismont tsegismont closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants