[SQL-CVS] SQLObject/docs SQLObject.txt,1.16,1.17
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-11-01 20:28:16
|
Update of /cvsroot/sqlobject/SQLObject/docs In directory sc8-pr-cvs1:/tmp/cvs-serv19190 Modified Files: SQLObject.txt Log Message: Fixed version number, added link to kinterbasdb Index: SQLObject.txt =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/docs/SQLObject.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** SQLObject.txt 1 Nov 2003 20:24:24 -0000 1.16 --- SQLObject.txt 1 Nov 2003 20:28:13 -0000 1.17 *************** *** 1,4 **** ``````````````` ! SQLObject 0.4 ``````````````` --- 1,4 ---- ``````````````` ! SQLObject 0.5 ``````````````` *************** *** 980,983 **** --- 980,987 ---- concurrent cursors if you have problems (using ``list()`` will pre-fetch all the results of a select). + + Firebird support uses the kinterbasdb_ Python library. + + .. _kinterbasdb: http://kinterbasdb.sourceforge.net/ DBMConnection |