8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e29c8 commit 3cc6095Copy full SHA for 3cc6095
README.md
@@ -103,7 +103,7 @@ See composition below for example.
103
104
## Composition
105
106
-Channel-returning functions can be composed with `dosql` macro that returns `[result-of-body first-exception]`.
+Channel-returning functions can be composed with `dosql` macro that returns result of last form of first exception.
107
108
```clojure
109
(<!! (go
project.clj
@@ -1,4 +1,4 @@
1
-(defproject alaisi/postgres.async "0.5.1-SNAPSHOT"
+(defproject alaisi/postgres.async "0.6.0-SNAPSHOT"
2
:description "Asynchronous PostgreSQL Clojure client"
3
:url "http://github.com/alaisi/postgres.async"
4
:license {:name "Eclipse Public License"
0 commit comments