[Modeling-cvs] ProjectModeling CHANGES,1.33,1.34
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2004-01-20 22:11:51
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv15751 Modified Files: CHANGES Log Message: Fixed bug #880862 using a patch submitted by John Georgiadis (thanks!): XML exported under py2.3 cannot be imported back because of boolean values 'True' and 'False' not properly handled. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** CHANGES 20 Jan 2004 19:43:32 -0000 1.33 --- CHANGES 20 Jan 2004 22:11:48 -0000 1.34 *************** *** 8,11 **** --- 8,15 ---- -------------------------------------------------------- + * Fixed bug #880862 using a patch submitted by John Georgiadis (thanks!): + XML exported under py2.3 cannot be imported back because of boolean values + 'True' and 'False' not properly handled. + * MySQL: the model's connection dictionary may now give a specific port to connect to. *************** *** 31,37 **** * Fixed bug #854630: an empty qualifier string made ec.fetch() fail 0.9-pre-16 (2003/11/16) ----------------------- - * Fixed bug #839231: python code generated in -B/--base mode made it impossible to import a class having sub-classes at first (it was raising --- 35,43 ---- * Fixed bug #854630: an empty qualifier string made ec.fetch() fail + * Fixed bug #813297: mdl_generate_db_schema fails for SQLite and -A (fixed + in 0.9pre16 but it was not announced) + 0.9-pre-16 (2003/11/16) ----------------------- * Fixed bug #839231: python code generated in -B/--base mode made it impossible to import a class having sub-classes at first (it was raising |