Merged in
This commit is contained in:
commit
1cf13abd45
13 changed files with 1634 additions and 424 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue