[Modeling-cvs] ProjectModeling CHANGES,1.20,1.21 MIGRATION,1.1,1.2
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-10-04 12:53:47
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv1395 Modified Files: CHANGES MIGRATION Log Message: RFE #812708: mdl_generate_db_schema.py now automatically adds a semi-colon (';') when option '-c' is enabled. See CHANGES & MIGRATION for details. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CHANGES 4 Oct 2003 12:29:43 -0000 1.20 --- CHANGES 4 Oct 2003 12:53:43 -0000 1.21 *************** *** 8,11 **** --- 8,17 ---- -------------------------------------------------------- + * RFE #812708: mdl_generate_db_schema.py now automatically adds a semi-colon + (';') when option '-c' is enabled. A new option (-e/--end-with) is added + to control this behaviour. In particular, the old behaviour (no semi-colon + at end of statements) can be still obtained by supplying an empty string + to option -e/--end-with (-e "" or --end-with ""). + * Fixed bug #812671: utils.finalize_docstrings() disabled Index: MIGRATION =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/MIGRATION,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MIGRATION 3 Aug 2003 14:05:25 -0000 1.1 --- MIGRATION 4 Oct 2003 12:53:43 -0000 1.2 *************** *** 4,10 **** newer version. Upgrading to 0.9pre12 ! ----------------------- * CustomObject.snapshot() changed: the returned value for to-many relationship --- 4,18 ---- newer version. + Upgrading to 0.9pre16 + --------------------- + + * mdl_generate_db_schema.py now automatically adds a semi-colon (';') when + option '-c' is enabled. This makes it possible to directly send the result + to the database server (RFE #812708). The old behaviour (no semi-colon at + end of statements) can be still obtained by supplying an empty string to + option -e/--end-with (-e "" or --end-with ""). Upgrading to 0.9pre12 ! --------------------- * CustomObject.snapshot() changed: the returned value for to-many relationship |