Modify ↓
Opened 17 years ago
Closed 17 years ago
#1694 closed defect (fixed)
revtreeplugin error on 'show deleted branches'
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Component: | RevtreePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When I enable the 'show deleted branches' option I receive the following error:
Trac detected an internal error:
OperationalError: ERROR: column "value" is of type text but expression is of type boolean LINE 1: ...RT INTO session_attribute (sid,authenticated,name,value) VAL...
HINT: You will need to rewrite or cast the expression.
trac svn latest, revtreeplugin svn latest
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
You may also need to clean up the database if you get the error from a previous session:
delete from session_attribute where name='revtree.showdel';
comment:5 Changed 17 years ago by
That patch seem to do the trick. It doesn't give the error anymore.
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok thanks for the feedback. Fixed in [2832]
Note: See
TracTickets for help on using
tickets.
Well, I never tried to use the plugin with a non-SQLite DB. Are you using PostgreSQL ?