-
Notifications
You must be signed in to change notification settings - Fork 90
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
Result Set for CLOB TYPE with non ASCII character #257
Comments
Hello! I have the same problem. In versión 4.1.8 works fine. If I update to version 4.2.X or higher it already fails. Incorrect characters appear than with the previous version. It also happens in the latest version 4.5.8. Can you fix this please? It prevents me from updating the dependencies of my project... @jponge Thanks! |
Can you paste snippets for Oracle table creation and Vert.x JDBC Client code? So that we can easily reproduce. Thanks |
Hello, this is the helper to execute querys. class JDBCHelper {
} And the creation of the table:
Note: With the versions > 4.1.8 appears the problem. |
Hi @tsegismont! Any news? Thanks! |
Not yet |
Hello! Do you have an estimate of when this will be resolved? |
Sorry, no |
Version
This bug is in the tree since 4.2.1, 4.1.1 seems ok.
Context
I just upgrade the JDBC version from 4.1.1 to 4.2.1
I saw that JDBC 4.2.1 client has using getAsciiStream to read data from oracle with CLOB type, with is getting an error with NON-ASCII character.
Do you have a reproducer?
The text was updated successfully, but these errors were encountered: