Field Qualification PATCH for DBIx::SearchBuilder andnumerous other (hints) of patches to come

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! :frowning: }

Brian

< + $clause = $rowhash->{‘FIELD’} . " ";

  • $clause .= $rowhash->{'FIELD'};
    

108c108
< + $clause .= $rowhash{‘ORDER’};

SearchBuilder.pm.patch.v3 (3.92 KB)