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

Fix typos in SQL log output #182

Closed mike706574 closed 2 years ago

mike706574 commented 2 years ago

Saw next.jdbc/execut-one! in a SQL log, which seems like a typo.

I found these two references to it - they both look like typos, but the second seems like it should be execute! instead of execute-one! based on what's happening before the catch?

seancorfield commented 2 years ago

Good catch! I think you must be one of the only people using this feature at the moment!