[Modeling-cvs] ProjectModeling CHANGES,1.56,1.57
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-10-18 20:31:53
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25165 Modified Files: CHANGES Log Message: Applied a patch contributed by Lorenzo Gil Sanchez, fixing a bug where a valid model could be rejected by mdl_generate_DB_schema.py cf. https://sf.net/mailarchive/forum.php?thread_id=5660203&forum_id=10674 Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** CHANGES 22 Sep 2004 18:56:31 -0000 1.56 --- CHANGES 18 Oct 2004 20:31:44 -0000 1.57 *************** *** 10,13 **** --- 10,18 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Applied a patch contributed by Lorenzo Gil Sanchez, fixing a bug where a + valid model could be rejected by mdl_generate_DB_schema.py + cf. https://sf.net/mailarchive/forum.php?thread_id=5660203&forum_id=10674 + Thanks! + * Fixed bug #994403: both scripts mdl_generate_DB_schema.py and mdl_generate_python_code.py now abort when the model contains errors, |