Skip to content

Commit 551f0fd

Browse files
committed
Documentation
1 parent b3a6f00 commit 551f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Asynchronous PostgreSQL Clojure library
3939
(<!! (<execute! d ["select 1 as anything"]))
4040
; [{:updated 0, :rows [{:anything 1}]} nil]
4141

42-
;; Asynchronous composition!
42+
;; Asynchronous composition! dosql returns [nil exception] on first error
4343
(<!! (go
4444
(dosql [tx (<begin! db)
4545
rs (<insert! tx {:table products :returning "id"} {:name "saw"})

0 commit comments

Comments
 (0)