On Fri, Dec 13, 2013 at 6:17 PM, RjOllos <[email protected]> wrote: > [2] Custom Reports Configuration: http://trac.edgewall.org/wiki/ >> CookBook/Configuration/Reports#UserChangesets >> > > The report seems to work okay on SQLite when a default repository has been > configured. I think the issue you are having is that single-quotes should > be used around //changeset// for cross-db compatibility. If someone can > confirm that is correct, then we should probably fix the wiki page. >
That seems to be correct -- I just tested this against SQLite, PostgreSQL, and MySQL. The single-quoted version works (i.e. returns the string "changeset") in all three backends. The double-quoted version works in SQLite and MySQL but doesn't work in PostgreSQL. -Ethan -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/groups/opt_out.
