X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=06c3534a7c78d66e619bcdebb351d21a6c228f0d;hb=277b5d3f829c7c42b80f9ea24731e528aa32c632;hp=3ad246b07de3f0be632e240df756f20d2a3c412f;hpb=9e8dab3fcb42dd5eeaab3b630bd71018ebc141d3;p=scpubgit%2FQ-Branch.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 3ad246b..06c3534 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.56'; +our $VERSION = '1.58'; # This would confuse some packagers #$VERSION = eval $VERSION; # numify for warning-free dev releases @@ -1977,7 +1977,7 @@ example to test the column C being true and the column Would give you: - WHERE is_user AND NOT is_enabledmv + WHERE is_user AND NOT is_enabled