[Nextobjects-devel] nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/columns Colu
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-05-25 20:21:14
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/columns In directory sc8-pr-cvs1:/tmp/cvs-serv28400/src/org/devaki/nextobjects/workspace/models/columns Modified Files: Column.java Log Message: Fixed major bugs in merise transformation. Index: Column.java =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/workspace/models/columns/Column.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Column.java 18 Feb 2003 19:24:38 -0000 1.4 --- Column.java 25 May 2003 20:21:10 -0000 1.5 *************** *** 268,272 **** */ public void setPrimaryKey(boolean pPrimaryKey) { ! if (this.primaryKey) { this.required=true; } --- 268,272 ---- */ public void setPrimaryKey(boolean pPrimaryKey) { ! if (pPrimaryKey) { this.required=true; } |