projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf9a9cc
)
Partially revert brainfart test introduced in 3a507101
Peter Rabbitson [Mon, 6 Jan 2014 13:55:23 +0000 (14:55 +0100)]
t/02where.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02where.t
b/t/02where.t
index
7a5d064
..
920534d
100644
(file)
--- a/
t/02where.t
+++ b/
t/02where.t
@@
-400,11
+400,6
@@
my @handle_tests = (
stmt => " WHERE ( (NOT ( c AND (NOT ( (NOT a = ?) AND (NOT b) )) )) ) ",
bind => [ 1 ],
},
- {
- where => { foo => { '>=', [] } },
- stmt => " WHERE 0=1",
- bind => [ ],
- },
);
for my $case (@handle_tests) {