Community
Participate
Working Groups
As net4j does not support java.sql.Clob, values of this type should be converted to String before sending them to the client. This is needed in case a map query is executed where the DB may return a CLOB.
Created attachment 198387 [details] Conversion of java.sql.Clob to String There should be better way to handle type conversion at this point...
Moving all open enhancement requests to 4.1
Created attachment 199166 [details] Patch v2 I enhanced your patch so that the CLOB conversion also hapens for mapQuery==false. Can you please test if this is good for your use case?
Committed revision 8611
Closing.