add a test for #431 :)

This commit is contained in:
Sean Corfield 2022-09-20 04:37:43 -07:00
parent 74b05965c1
commit e553f4f169

View file

@ -887,3 +887,8 @@
{:with [[:a]],
:insert-into [[:quux [:x :y]]
{:select [:id], :from [:table]}]}))))
(deftest issue-431
(testing "where false should not be ignored"
(is (= {:where false}
(where false)))))