add a test for #431 :)
This commit is contained in:
parent
74b05965c1
commit
e553f4f169
1 changed files with 5 additions and 0 deletions
|
|
@ -887,3 +887,8 @@
|
||||||
{:with [[:a]],
|
{:with [[:a]],
|
||||||
:insert-into [[:quux [:x :y]]
|
:insert-into [[:quux [:x :y]]
|
||||||
{:select [:id], :from [:table]}]}))))
|
{:select [:id], :from [:table]}]}))))
|
||||||
|
|
||||||
|
(deftest issue-431
|
||||||
|
(testing "where false should not be ignored"
|
||||||
|
(is (= {:where false}
|
||||||
|
(where false)))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue