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/14 09:51:00 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated OAK-7261:
--------------------------------
    Summary: DocumentStore: inconsistent behaviour for invalid Strings as document ID  (was: RDBDocumentStore: inconsistent behaviour for invalid Strings as document ID)

> DocumentStore: 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: documentmk, mongomk, rdbmk
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>
> - 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)