[rt-users] Problem Tools, Reports Postgres 3.8.2
Kenneth Marshall
ktm at rice.edu
Thu Mar 12 09:44:23 EDT 2009
Kristian,
I think the problem is in SearchBuilder/Handle.pm in the function
_MakeClauseCaseInsensitive. It looks like it only skips the lower()
for integer values. I think that you can replace the if test with
something like:
if ($value !~ /^[\d:- ]+$/) { # don't downcase integer values or timestamps
I do not have a sample query to test with, but if this works
please let me know so I can log a bug report against DBIx::SearchBuilder.
Thanks,
Ken
More information about the rt-users
mailing list