Modify ↓
Opened 13 years ago
Closed 12 years ago
#9247 closed defect (duplicate)
Cast authenticated values to int
Reported by: | Eygene Ryabinkin | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | high | Component: | AnnouncerPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
After upgrade to the lastest /trunk contents (r10743) my PostgreSQL server spitted an error about comparison of the subscription_attribute.authenticated with the boolean value and the problematic code was inside announcer/model.py.
Seems like model.py has the old code from pre-int era for the authenticated field.
The patch at http://codelabs.ru/fbsd/ports/trac-announcer/authenticated-int-cast.diff fixes the problem for me.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #10384, which has a patch attached to the ticket.
Note: See
TracTickets for help on using
tickets.
Hi! Can this patch be reviewed?
Thanks.