Update of /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/AuthorBooks
In directory sc8-pr-cvs1:/tmp/cvs-serv9795/tests/testPackages/AuthorBooks
Modified Files:
pymodel_AuthorBooks.py
Log Message:
Changed to be in sync w/ .xml: Book.FK_Writer_Id has been made a class prop
Index: pymodel_AuthorBooks.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/AuthorBooks/pymodel_AuthorBooks.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pymodel_AuthorBooks.py 3 Aug 2003 12:21:41 -0000 1.5
--- pymodel_AuthorBooks.py 3 Aug 2003 12:57:23 -0000 1.6
***************
*** 36,40 ****
columnName='id'),
AString('title', isRequired=1, columnName='title'),
! AFloat('price'), ],
),
Entity('Writer',
--- 36,42 ----
columnName='id'),
AString('title', isRequired=1, columnName='title'),
! AFloat('price'),
! AForeignKey('FK_Writer_Id', isClassProperty=1),
! ],
),
Entity('Writer',
|