improve 04modifiers diagnostics
[scpubgit/Q-Branch.git] / t / 02where.t
index 2a41239..644eca5 100644 (file)
@@ -398,6 +398,11 @@ my @handle_tests = (
         stmt  => " WHERE ( 0 ) ",
         bind => [ ],
     },
+    {
+        where => { artistid => {} },
+        stmt => '',
+        bind => [ ],
+    }
 );
 
 for my $case (@handle_tests) {