]> git.evergreen-ils.org Git - Evergreen.git/commit
Silence QP warning due to inappropriate cmp op
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Jun 2013 20:49:14 +0000 (16:49 -0400)
committerBen Shum <bshum@biblio.org>
Fri, 21 Jun 2013 20:17:59 +0000 (16:17 -0400)
commitcb7fb21c45329fd3b4f17dc4721e7f1e28ce0aab
treebfefab9b275603b4d6cbe9f1b9c1a9a13f095140
parent84d6910d27d7f91ed82dce193501a4c36f37d79c
Silence QP warning due to inappropriate cmp op

In QueryParser, we're comparing two strings, but using the numeric !=
operator. Switching to the 'ne' operator silences a warning that came up
7,000 today in our logs so far...

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/QueryParser.pm