You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Markus Herzog (JIRA)" <ji...@apache.org> on 2007/08/16 16:41:30 UTC

[jira] Created: (OPENJPA-319) DBDictionary Property "MaxConstraintNameLength"

DBDictionary Property "MaxConstraintNameLength" 
------------------------------------------------

                 Key: OPENJPA-319
                 URL: https://issues.apache.org/jira/browse/OPENJPA-319
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
         Environment: Mysql 5
            Reporter: Markus Herzog


Hello,

the generated SQL (create table ...) contains foreign key contraint names that are longer than MaxConstraintNameLength (i.e. more than 64 characters using MySQLDictionary). I had a brief look at the code and i think that DBDictionary.getValidForeignKeyName() sould be called somewhere, but it doesn't.

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