#763: exceptions.AttributeError: "'pysqlite2.dbapi2.Connection' object has no
attribute 'autocommit'"
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 1.0.3
Component: SQLObject | Version: 0.9a4
Severity: normal | Resolution:
Keywords: pysqlite sqlite SQLObject |
---------------------------------------+------------------------------------
Comment (by 3david):
If you add: joinColumn="parent_table_id_column" to the MultipleJoin
statement the exception disappears.
e.g.
class Foo(SQLObject):
bar = MultipleJoin("Bar", '''joinColumn="foo_id"''')
--
Ticket URL: <http://trac.turbogears.org/ticket/763#comment:19>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---