[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.102,1.102.2.1
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-18 15:26:50
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv3302 Modified Files: Tag: brch-0_9pre7-1-PyModel CHANGES Log Message: Updated CHANGES for brch Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.102 retrieving revision 1.102.2.1 diff -C2 -d -r1.102 -r1.102.2.1 *** CHANGES 10 May 2003 17:38:24 -0000 1.102 --- CHANGES 18 May 2003 15:26:48 -0000 1.102.2.1 *************** *** 8,15 **** -------------------------------------------------------- ! * RFE #726839: Added environment variable MDL_DB_CONNECTIONS_CFG; it points ! to a single ini-file which centralizes the sensitive informations ! contained in each model's database connection dictionary (username, ! password). See tests/Postgresql.cfg for an example. 0.9-pre-7.1 (2003/05/08) --- 8,25 ---- -------------------------------------------------------- ! Branch brch-0_9pre7-1-PyModel ! ----------------------------- ! ! * Added Modeling.PyModel ! ! * Added tests/testPackages/StoreEmployees/pymodel_StoreEmployees.py ! and updated StoreEmployees/__init__.py: now loads the model from the ! PyModel ! ! * Changed ClassDescription's delete rules: constants DELETE_CASCADE, ! DELETE_DENY, DELETE_NULLIFY and DELETE_NOACTION are now strings (were: ! integers) ! --> Relationship.setDeleteRule() updated to accept old integer values ! (backward compatibility) 0.9-pre-7.1 (2003/05/08) |