[Modeling-cvs] ProjectModeling CHANGES,1.10,1.11
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-08-26 19:40:32
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv17140 Modified Files: CHANGES Log Message: PyModel.Model: - Fixed bug #795561: __init__() did not recognize 'version' as a parameter - Now raises PyModel.IncompatibleVersionError when a model has an incompatible version (was: ValueError) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** CHANGES 24 Aug 2003 14:13:08 -0000 1.10 --- CHANGES 26 Aug 2003 19:40:24 -0000 1.11 *************** *** 8,11 **** --- 8,21 ---- -------------------------------------------------------- + * PyModel.Model: + + - Fixed bug #795561: __init__() did not recognize 'version' as a parameter + + - Now raises PyModel.IncompatibleVersionError when a model has an + incompatible version (was: ValueError) + + * Fix for bug #785432 included in the previous release was misplaced and + inactive. Fixed. + * SQLExpression: added support for joinClauseString(), which offers an alternative when the underlying db-server does not support SQL JOIN |