You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/04/18 09:09:15 UTC

[jira] Created: (JCR-849) Bundle persistence name index not case-sensitive

Bundle persistence name index not case-sensitive
------------------------------------------------

                 Key: JCR-849
                 URL: https://issues.apache.org/jira/browse/JCR-849
             Project: Jackrabbit
          Issue Type: Bug
          Components: core
            Reporter: Jukka Zitting
         Assigned To: Jukka Zitting
            Priority: Minor
             Fix For: 1.3


As reported by Martijn Hendriks on the dev mailing list (see http://www.nabble.com/Bundle-persistence-managers---db-collation-tf3571522.html), the NAME column of the NAMES table in the bundle persistence manager needs to be case-sensitive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-849) Bundle persistence name index not case-sensitive in MySQL and MS SQL

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-849.
-------------------------------

    Resolution: Fixed

Fixed in revision 529903, by explicitly declaring the NAME column collation as case sensitive.

Note that Derby and Oracle are not affected by this since they are case sensitive by default. I'm not sure about the h2 and db2 schemas, so I'm leaving them as-is for now.

> Bundle persistence name index not case-sensitive in MySQL and MS SQL
> --------------------------------------------------------------------
>
>                 Key: JCR-849
>                 URL: https://issues.apache.org/jira/browse/JCR-849
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>            Reporter: Jukka Zitting
>         Assigned To: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.3
>
>
> As reported by Martijn Hendriks on the dev mailing list (see http://www.nabble.com/Bundle-persistence-managers---db-collation-tf3571522.html), the NAME column of the NAMES table in the bundle persistence manager needs to be case-sensitive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-849) Bundle persistence name index not case-sensitive in MySQL and MS SQL

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-849:
------------------------------

    Summary: Bundle persistence name index not case-sensitive in MySQL and MS SQL  (was: Bundle persistence name index not case-sensitive)

> Bundle persistence name index not case-sensitive in MySQL and MS SQL
> --------------------------------------------------------------------
>
>                 Key: JCR-849
>                 URL: https://issues.apache.org/jira/browse/JCR-849
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: core
>            Reporter: Jukka Zitting
>         Assigned To: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.3
>
>
> As reported by Martijn Hendriks on the dev mailing list (see http://www.nabble.com/Bundle-persistence-managers---db-collation-tf3571522.html), the NAME column of the NAMES table in the bundle persistence manager needs to be case-sensitive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.