[SQL-CVS] SQLObject/tests SQLObjectTest.py,1.13,1.14
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-09-07 07:05:13
|
Update of /cvsroot/sqlobject/SQLObject/tests In directory sc8-pr-cvs1:/tmp/cvs-serv10013/tests Modified Files: SQLObjectTest.py Log Message: Took out DBM as a standard backend to test against (too many bugs, I don't care enough about it) Index: SQLObjectTest.py =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/tests/SQLObjectTest.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SQLObjectTest.py 7 Sep 2003 00:49:03 -0000 1.13 --- SQLObjectTest.py 7 Sep 2003 07:05:09 -0000 1.14 *************** *** 58,62 **** 'sqlite': 'sqlite', 'firebird': 'kinterbasdb', ! 'dbm': 'anydbm'} def supportedDatabases(): --- 58,62 ---- 'sqlite': 'sqlite', 'firebird': 'kinterbasdb', ! } def supportedDatabases(): |