[Rt-devel] Field Qualification PATCH for DBIx::SearchBuilder andnumerous other (hints) of patches to come.

Dowling, Brian BDowling at Kronos.com
Tue May 17 14:29:20 EDT 2005


Please ingore the last v2 patch, still had a bug, I also moved the extra
'space' as appropriate into the caller.

{sigh, sorry, I'm not leaving a good impression today! :( }

Brian 

-------

< +     $clause = $rowhash->{'FIELD'} . " ";
---
> +     $clause .= $rowhash->{'FIELD'};
108c108
< +         $clause .= $rowhash{'ORDER'};
---
> +         $clause .= " " . $rowhash{'ORDER'};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SearchBuilder.pm.patch.v3
Type: application/octet-stream
Size: 4012 bytes
Desc: SearchBuilder.pm.patch.v3
Url : http://lists.bestpractical.com/pipermail/rt-devel/attachments/20050517/7d8de9d9/SearchBuilder.pm.patch.obj


More information about the Rt-devel mailing list