DB2Dictionary casts string data to VARCHAR(1000) regardless of data length
--------------------------------------------------------------------------
Key: OPENJPA-489
URL: https://issues.apache.org/jira/browse/OPENJPA-489
Project: OpenJPA
Issue Type: Bug
Components: sql
Affects Versions: 1.0.1, 1.0.0
Reporter: Patrick Linskey
Fix For: 1.1.0
DB2Dictionary performs CASTs on string data (among other types). When CASTing a
string, the value is cast to a VARCHAR(1000), which seems like it could be
problematic if the underlying data is actually longer than 1000 characters.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.