[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.97,1.98
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-04-25 18:14:09
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv7380/Modeling Modified Files: CHANGES Log Message: Added scripts/mdl_compile_model.py and update the __init__.py generated by mdl_generate_DB_schema.py so that it automatically tries to load the pickled model. Using the pickled model is *much* faster than loading the model from its xml description. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** CHANGES 22 Apr 2003 17:05:25 -0000 1.97 --- CHANGES 25 Apr 2003 18:13:33 -0000 1.98 *************** *** 8,11 **** --- 8,16 ---- -------------------------------------------------------- + * Added scripts/mdl_compile_model.py and update the __init__.py generated by + mdl_generate_DB_schema.py so that it automatically tries to load the + pickled model. Using the pickled model is *much* faster than loading the + model from its xml description. + * Fixed AbstractDBAPI2Adaptor.create/dropDatabaseWithAdmin.Conn.Dict.(): under some circumstances it was possible that createDB() fails when called |