RQM: Size of SMALL_STRING / MEDIUM_STRING
Hello,
what is the maximum string size of SMALL_STRING and MEDIUM_STRING? I get an error when inserting a very long string (using REST): Caused by: com.ibm.team.repository.common.InternalRepositoryException: CRJAZ0329E The database query could not be completed. String data, right truncation thanks Joerg |
Accepted answer
Jorg,
I'm pretty sure these are size settings:
small 250 bytes
medium 1000 bytes
large string: 32768 bytes
I believe the strings are stored UTF-8 encoded, so 250 bytes does not equate to 250 characters
Ara
Jörg Werner selected this answer as the correct answer
Comments
Jörg Werner
commented Jan 31 '14, 11:53 a.m.
Thanks Ara!
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.