Comparisons between 'CLOB' and 'CLOB' are not supported.
In my database table I have a field of type clob and I can retrieve in a textarea in my jsp page (I use a clobconverter) but i can't save.
myDataProvider.commit(); return:
Number of conflicts while synchronizing: 1 SyncResolver.UPDATE_ROW_CONFLICT row 0 Comparisons between 'CLOB' and 'CLOB' are not supported.
Any help, is appreciated!!!

