You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2018/02/13 10:38:00 UTC

[jira] [Created] (OAK-7261) RDBDocumentStore: inconsistent behaviour for invalid Strings as document ID

Julian Reschke created OAK-7261:
-----------------------------------

             Summary: RDBDocumentStore: inconsistent behaviour for invalid Strings as document ID
                 Key: OAK-7261
                 URL: https://issues.apache.org/jira/browse/OAK-7261
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: rdbmk
            Reporter: Julian Reschke
            Assignee: Julian Reschke


- H2DB and Derby roundtrip any string
- PostgreSQL rejects the invalid string early
- DB2 and Oracle fail the same way as segment store (they persist the replacement character) (see OAK-5506)
- MySQL and SQLServer fail the same way as DB2 and Oracle, but here it's the RDBDocumentStore's fault, because the ID column is binary, and we transform to byte sequences ourselves




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)