Modify ↓
      
Opened 19 years ago
Closed 19 years ago
#3471 closed defect (wontfix)
cannot start a transaction within a transaction
| Reported by: | 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 )
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 , 19 years ago
| Component: | general → ticket system | 
|---|---|
| Keywords: | needinfo query added | 
comment:2 by , 19 years ago
| Description: | modified (diff) | 
|---|---|
| Resolution: | → wontfix | 
| Status: | new → closed | 
Probably an issue with the old (1.0.0 ?) PySqlite bindings. Never seen that with more recent releases.
  Note:
 See   TracTickets
 for help on using tickets.
    


  
What is the custom query you tried to run?