seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
760 stars 90 forks source link

Add rs/ alias to clob->string example #159

Closed viesti closed 3 years ago

viesti commented 3 years ago

To make example more copy & pasteable :)

seancorfield commented 3 years ago

Good catch! Thanks.

I suspect that was because clob->string was originally written out directly in the example (i.e., before I added it to result-set).