Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv22819
Modified Files:
ChangeLog
Log Message:
Introduced support for triggers, constraints, beforecreate,
and aftercreate in SQLiteDB.table().
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** ChangeLog 24 Aug 2003 23:23:16 -0000 1.27
--- ChangeLog 25 Aug 2003 14:10:33 -0000 1.28
***************
*** 10,14 ****
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...>
--- 10,16 ----
on table creation. Changed SQLiteDB constructor to
accept the path as a parameter, so that sqlitedb doesn't
! import pybot anymore. Introduced support for triggers,
! constraints, beforecreate, and aftercreate in
! SQLiteDB.table().
2003-08-23 Gustavo Niemeyer <nie...@co...>
|