On 8/21/23 11:17, Edoardo Panfili
wrote:
You appear to have two code paths in your application. The one that needs the string version of the answer should do the conversion of the numeric value.I know, but in this occasion I need to use text value.Use the type appropriate getter, not getString, to retrieve the value of the underlying real typed column.
I will try, thank you
Otherwise, I agree this seems like a bug, probably in the JDBC driver, though one pertains to style as opposed to semantics since both answers are technically correct.
Edoardo
rjs