[rt-users] Re: [3.6][FIX] Searches by custom fields
Joshua Colson
jcolson at voidgate.org
Thu May 11 13:37:08 EDT 2006
On Thu, 2006-05-11 at 13:08 -0400, Rangarajan Radhakrishnan wrote:
> Will it be possible for you to put a debug statement in
> DBIx::SearchBuilder as part of DoQuery that prints out the
> QueryString.
>
> Details in this thread:
> http://lists.bestpractical.com/pipermail/rt-users/2006-May/039168.html
> http://lists.bestpractical.com/pipermail/rt-users/2006-May/039185.html
At least in the 3.6 version, RT now supports the following in the
RT_SiteConfig to log SQL queries:
Set($StatementLog, '<LogLevel>');
... for example:
<SNIP>
Set($StatementLog, 'debug');
</SNIP>
will log all SQL statements when logging is enabled.
I'll turn on logging and paste them.
--
Joshua Colson <jcolson at voidgate.org>
More information about the rt-users
mailing list