Is the no_trans thingie the solution?
Won't we loose the option to transitions this way?
Is there a real patch, because the problem still exists without it.
with:
Python 2.5.1
TG 1.0.2.2
pysqlite 2.3.3
sqlite 3.3.8
model.py:
from turbogears.database import PackageHub
from sqlobject import *
hub = PackageHub('todolist')
__connection__ = hub
class Test(SQLObject):
test = MultipleJoin('Test2')
gives ->
Using database URI sqlite:///devdata.sqlite
Exception exceptions.AttributeError: "'sqlite3.Connection' object has no
attribute 'autocommit'" in
<bound method Transaction.__del__ of
<sqlobject.dbconnection.Transactionobject at 0x014BC810>> igno
red
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---