Details
Description
Inserts new entity with NULL value for Clob column with "nullable = true" actually inserts empty string as the value!
Here's the persistence class:
public class Exam... {
@Lob
private String text;
}
Attachments
Attachments
Issue Links
- relates to
-
OPENJPA-1248 LOB streaming does not work as expected
- Closed
-
OPENJPA-1289 Oracle driver throws exception due to incorrect mapping of XMLType column
- Closed
-
OPENJPA-1263 TestReaderLob.testUpdateWithNull() fails on MySQL
- Closed
-
OPENJPA-1249 Rework Oracle LOB support
- Open