Edgewall Software

Ticket #3471 (closed defect: wontfix)

Opened 2 years ago

Last modified 20 months ago

cannot start a transaction within a transaction

Reported by: me@… Owned by: jonas
Priority: normal Milestone:
Component: ticket system Version: 0.9.6
Severity: normal Keywords: needinfo query
Cc:

Description (last modified by cboos) (diff)

Can't open Custom Query for the Roundcube Project.

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 130, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 116, in dispatch
    req.session.save()
  File "/usr/lib/python2.3/site-packages/trac/web/session.py", line 165, in save
    "AND var_name=%s", (v, self.sid, authenticated,
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 237, in execute
    self.con._begin()
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 503, in _begin
    self.db.execute("BEGIN")
DatabaseError: cannot start a transaction within a transaction

Attachments

Change History

Changed 2 years ago by sid

  • keywords needinfo query added
  • component changed from general to ticket system

What is the custom query you tried to run?

Changed 20 months ago by cboos

  • status changed from new to closed
  • resolution set to wontfix
  • description modified (diff)

Probably an issue with the old (1.0.0 ?) PySqlite bindings. Never seen that with more recent releases.

Add/Change #3471 (cannot start a transaction within a transaction)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.