[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.139,1.140
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-08-02 08:58:50
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv8223
Modified Files:
CHANGES
Log Message:
Fixed bug #781884: SQLiteAdaptorLayer: dropping and creating a
database was not possible (and was failing w/ an ugly traceback)
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** CHANGES 31 Jul 2003 20:56:10 -0000 1.139
--- CHANGES 2 Aug 2003 08:07:16 -0000 1.140
***************
*** 8,11 ****
--- 8,14 ----
--------------------------------------------------------
+ * Fixed bug #781884: SQLiteAdaptorLayer: dropping and creating a database
+ was not possible (and was failing w/ an ugly traceback)
+
* Fixed MANIFEST.in and setup.py: the SQLite adaptor layer was omitted in
the source distribution! Thanks Mario for reporting.
|