Update of /cvsroot/sqlobject/SQLObject
In directory sc8-pr-cvs1:/tmp/cvs-serv1207
Modified Files:
.cvsignore
Log Message:
* Moved all SQL into DBConnection (_SO_* methods)
* A test case for RelatedJoin
* Created a DBM-based backend. Passes almost all tests!
* Incomplete Pickle-based backend (like DBM, only records are kept
in individual files... I'm not sure I want to use it, though).
Index: .cvsignore
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** .cvsignore 26 Feb 2003 23:59:40 -0000 1.1.1.1
--- .cvsignore 7 Apr 2003 01:13:52 -0000 1.2
***************
*** 3,4 ****
--- 3,5 ----
dist
MANIFEST
+ data
|