[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.96,1.97
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-04-22 17:05:29
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv31031 Modified Files: CHANGES Log Message: Fixed AbstractDBAPI2Adaptor.create/dropDatabaseWithAdmin.Conn.Dict.(): under some circumstances it was possible that createDB() fails when called just after the drop, fails (see comments in the code for details) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** CHANGES 22 Apr 2003 09:31:57 -0000 1.96 --- CHANGES 22 Apr 2003 17:05:25 -0000 1.97 *************** *** 3,10 **** Module Modeling --------------- ! Current release is: 0.9-pre-5 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- * Added a field 'comment' for Model, Entity, Attribute & Relationship, after --- 3,17 ---- Module Modeling --------------- ! Current release is: 0.9-pre-6 / See also: TODO, INSTALL and doc/ * ** Distributed under the GNU General Public License ** -------------------------------------------------------- + + * Fixed AbstractDBAPI2Adaptor.create/dropDatabaseWithAdmin.Conn.Dict.(): + under some circumstances it was possible that createDB() fails when called + just after the drop, fails (see comments in the code for details) + + * Fixed mdl_generate_DB_schema: some options ('-t -p -s -f -F) were silently + ignored * Added a field 'comment' for Model, Entity, Attribute & Relationship, after |