Modify ↓
#7008 closed defect (fixed)
column "parent" does not exis
| Reported by: | anonymous | Owned by: | Mark Ryan |
|---|---|---|---|
| Priority: | normal | Component: | ChildTicketsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Hello!
I'm using Trac 0.11.6 and after i enables the childTickets plugin, I got the following error message whenever i click to an existing ticket, but this is the case when i click to the "Create ticket" button:
Trac detected an internal error: ProgrammingError: column "parent" does not exist LINE 1: SELECT ticket,value FROM ticket_custom WHERE name="parent" ^
In New Ticket form, i can see the Parent ID column
Attachments (1)
Change History (5)
Changed 16 years ago by
| Attachment: | postgres_patch.diff added |
|---|
comment:1 Changed 16 years ago by
The problem was caused by the postgresql query parser, i've attached the patch for it
comment:2 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



patch for postgresql