Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv24986
Modified Files:
ChangeLog
Log Message:
* pybot/{sqlite.db,__init__.py}: Improved SQLiteDB.table().
Now it handles spaces in the fields list gracefully
without changing the table. Introduced new oncreate
parameter to table() that accepts random sql commands
on table creation. Changed SQLiteDB constructor to
accept the path as a parameter, so that sqlitedb doesn't
import pybot anymore.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** ChangeLog 24 Aug 2003 19:30:53 -0000 1.26
--- ChangeLog 24 Aug 2003 23:23:16 -0000 1.27
***************
*** 4,7 ****
--- 4,14 ----
and mm.register_help() convert them to \s+ and \s*.
* pybot/misc.py: Fixed small issues on buildanswer().
+ * pybot/{sqlite.db,__init__.py}: Improved SQLiteDB.table().
+ Now it handles spaces in the fields list gracefully
+ without changing the table. Introduced new oncreate
+ parameter to table() that accepts random sql commands
+ on table creation. Changed SQLiteDB constructor to
+ accept the path as a parameter, so that sqlitedb doesn't
+ import pybot anymore.
2003-08-23 Gustavo Niemeyer <nie...@co...>
|