You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -.
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
The text was updated successfully, but these errors were encountered: