Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3471 closed defect (wontfix)

cannot start a transaction within a transaction

Reported by: me@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.9.6
Severity: normal Keywords: needinfo query
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

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 (0)

Change History (2)

comment:1 by sid, 17 years ago

Component: generalticket system
Keywords: needinfo query added

What is the custom query you tried to run?

comment:2 by Christian Boos, 17 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.