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 #308

Open
bardiademon opened this issue Aug 20, 2023 · 1 comment
Open

sqlConnection.updateWithParams #308

bardiademon opened this issue Aug 20, 2023 · 1 comment
Labels

Comments

@bardiademon
Copy link

bardiademon commented Aug 20, 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

Can you please share your table definition and query? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants