Bug 11385: Remove SQL::Helper
commit77930a5945c915e88b25fbac9d1432522b61b3cd
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 13 Apr 2015 14:27:39 +0000 (13 16:27 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 15 May 2015 18:39:39 +0000 (15 15:39 -0300)
treef21f5b095deeb7d08210dc57158fd1b5bf6d27ef
parent69e4b9b69b81dc35636cacad1f4dfb7042636cfc
Bug 11385: Remove SQL::Helper

At this point, no occurrence of SQL::Helper should exist.
Let's remove the package and tests.

Test plan:
  git grep SQLHelper
and
  git grep InTable

Should not return anything in the Koha code.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/SQLHelper.pm [deleted file]
t/db_dependent/SQLHelper.t [deleted file]