You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Borut Bolčina (JIRA)" <ji...@apache.org> on 2008/11/14 15:56:11 UTC

[jira] Created: (CAY-1134) PK Generation Strategy not set on reverse reengineer schema

PK Generation Strategy not set on reverse reengineer schema
-----------------------------------------------------------

                 Key: CAY-1134
                 URL: https://issues.apache.org/cayenne/browse/CAY-1134
             Project: Cayenne
          Issue Type: Bug
          Components: CayenneModeler GUI
    Affects Versions: 3.0M4
         Environment: MySQL 5.0.67 comunity, jConnector 5.1.6
            Reporter: Borut Bolčina


When a table is created with auto_increment

create table role (id int not null auto_increment, authority varchar(255) not null unique, primary key (id)) type=InnoDB;

the model is showing "Default" instead of "Database generated" for PK Generation Strategy.

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