Improving C4::SQLHelper
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Fri, 18 Sep 2009 12:19:13 +0000 (14:19 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:36 +0000 (11:30 +0200)
commit2a4f2098b4f9f4294d3a509f1d029b07bb1c2d48
tree8631352a347aa3d12a651ec87bb875d0e9739178
parent0ecb9839b6f34aac39d89d9c95964589f6aea9ff
Improving C4::SQLHelper

Adding support for string, hash and arrayref in SearchIntable
SearchInTable now add
limits and
sortby
filter on fields to returns (enter an arrayref here)
filter on fields to limit the search on
searchtype which can be exact or wide

GetPrimaryKey now returns an array of all the fields which are primary keys
Adding Internal functions
_Process_Operands
_filter_hash
_filter_string
_filter_fields
C4/SQLHelper.pm
t/db_dependent/SQLHelper.t