X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02where.t;h=c875047a17285f33562b66a59e753c5b9deb4a9c;hb=385ded7fa7a104fc2355ae3f24fd4ce0d2ec35a6;hp=6368a1cae1bc07a19c1962dd7cfa520b3163bac5;hpb=6dae476e965f178f2226835dbbdae8f6558f5181;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/02where.t b/t/02where.t index 6368a1c..c875047 100755 --- a/t/02where.t +++ b/t/02where.t @@ -170,10 +170,17 @@ my @handle_tests = ( { where => { - id => [], bar => {'!=' => []}, }, - stmt => " WHERE ( 1=1 AND 0=1 )", + stmt => " WHERE ( 1=1 )", + bind => [], + }, + + { + where => { + id => [], + }, + stmt => " WHERE ( 0=1 )", bind => [], },