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.