vlsi commented on issue #6106:
URL: https://github.com/apache/jmeter/issues/6106#issuecomment-1872480906

   Currently,  JDBC Sampler uses `rs.getObject(int).toString()`, however, we 
should use `rs.getString(...)` so the JDBC driver makes the proper conversions.
   I'm not sure if `.getString(...)` alone is enough to fetch CLOB value as 
string.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to