Fork me on GitHub
#sql
<
2019-09-21
>
dharrigan15:09:41

@seancorfield how does next.jdbc handle errors back from the database, i.e., if a column constraint is hit (like a not nullable field) - any strategies to deal with that?

seancorfield18:09:07

@dharrigan JDBC throws an exception. Neither next.jdbc nor clojure.java.jdbc interfere with that.

dharrigan18:09:41

thanks 🙂