[SQL-CVS] SQLObject/docs SQLObject.txt,1.14,1.15
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-07-10 19:42:13
|
Update of /cvsroot/sqlobject/SQLObject/docs In directory sc8-pr-cvs1:/tmp/cvs-serv726/docs Modified Files: SQLObject.txt Log Message: typo (_cacheValue -> _cacheValues) Index: SQLObject.txt =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/docs/SQLObject.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** SQLObject.txt 28 Jun 2003 22:36:20 -0000 1.14 --- SQLObject.txt 10 Jul 2003 19:28:50 -0000 1.15 *************** *** 699,703 **** message to the `psycopg` connection. ! If you want to use transactions you should also turn `_cacheValue` off, like: --- 699,703 ---- message to the `psycopg` connection. ! If you want to use transactions you should also turn `_cacheValues` off, like: |