Merged in

This commit is contained in:
Simon Brooke 2018-06-03 08:23:15 +01:00
commit 1cf13abd45
13 changed files with 1634 additions and 424 deletions

View file

@ -83,7 +83,8 @@
(testing "update query generation"
(let [expected "-- :name update-addres! :! :n
-- :doc updates an existing addres record
UPDATE address\nSET street = :street,
UPDATE address
SET street = :street,
town = :town,
postcode = :postcode
WHERE address.id = :id\n\n"