Re: [SQLObject] The autocommit bug with psycopg2
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2012-03-18 18:10:10
|
On Sun, Mar 18, 2012 at 06:50:07PM +0100, Hans Georg Schaathun wrote: > sorry if this is an old topic, but I did not find any list > archive. Archives are listed at http://sqlobject.org/community.html > I just took up using SQLObject a few weeks ago; > very convenient. > > File > "/usr/lib/pymodules/python2.7/sqlobject/postgres/pgconnection.py", line > 133, in makeConnection > conn.autocommit(1) > TypeError: 'bool' object is not callable The bug has been fixed in SQLObject 1.2. Consider upgrading to a later version. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |