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
768 stars 90 forks source link

Investigate allowMultiQueries=true for MySQL #158

Closed seancorfield closed 3 years ago

seancorfield commented 3 years ago

This enables SQL; SQL; SQL execution but does it return multiple result sets? If so, add tests and document it.