Ticket #2356 (new defect)

Opened 9 months ago

Last modified 9 months ago

getRecentChanges returns error

Reported by: mika Assigned to: athomas
Priority: normal Component: XmlRpcPlugin
Severity: blocker Keywords: getRecentChanges xmlrpc wiki
Cc: mladen@hixnet.co.za Trac Release: 0.10

Description

I get the following error.

'column "wiki.author" must appear in the GROUP BY clause or be used in an aggregate function
' while executing 'wiki.getRecentChanges()'

Here's the request:

<?xml version="1.0"?>
<methodCall>
  <methodName>wiki.getRecentChanges</methodName>
  <params>
    <param>
      <value>
        <dateTime.iso8601>20080105T09:45:51</dateTime.iso8601>
      </value>
    </param>
  </params>
</methodCall>

Attachments

Change History

01/07/08 02:00:03 changed by mika

  • cc set to mladen@hixnet.co.za.

01/07/08 02:50:39 changed by athomas

What database are you using?

01/07/08 03:22:41 changed by mika

Sorry - fogot to mention - I'm trying to query trac-hacks.


Add/Change #2356 (getRecentChanges returns error)




Change Properties
Action