You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/12/30 08:16:58 UTC

Re: [I] Converter: CLOB to String [jmeter]

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-unsubscribe@jmeter.apache.org

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