Damn, sorry, should have said leaving me with: SELECT id AS ticket, status, summary FROM ticket
Ben On Jun 29, 9:15 am, Ben <[email protected]> wrote: > I should perhaps say: if I remove created from the statement leaving > me with > > SELECT created, id AS ticket, status, summary FROM ticket > > then the report works fine (but with not created date of course!). > > Any thoughts? > > Ben > > On Jun 28, 4:34 pm, Ben <[email protected]> wrote: > > > > > Hi, > > > I'm using Trac 0.12 and I'm trying to write a query defined by the > > following SQL: > > > SELECT created, id AS ticket, status, summary FROM ticket > > > I understood that 'created' would give me a nicely formatted date. > > Instead I get a page saying: > > > Oops… > > Trac detected an internal error: > > KeyError: 'numrows' > > This is probably a local installation issue. > > > Any thoughts? > > > Cheers > > Ben -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
