You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there may be a slight typo, here: https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.868/doc/getting-started/postgresql-support#returning
namely the example of (returning [:did :dname]).
I believe in the documentation https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.868/api/honey.sql.helpers#returning,
it's (returning & cols), so should it be (returning :did :dname)?
-=david=-
The text was updated successfully, but these errors were encountered:
Hi!
From Slack (https://clojurians.slack.com/archives/C66EM8D5H/p1647640298838559)
I think there may be a slight typo, here:
https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.868/doc/getting-started/postgresql-support#returning
namely the example of
(returning [:did :dname])
.I believe in the documentation
https://cljdoc.org/d/com.github.seancorfield/honeysql/2.2.868/api/honey.sql.helpers#returning
,it's
(returning & cols)
, so should it be(returning :did :dname)
?-=david=-
The text was updated successfully, but these errors were encountered: