Fork me on GitHub
#sql
<
2023-09-05
>
lread20:09:04

Interesting: the https://github.com/xerial/sqlite-jdbc/releases/tag/3.43.0.0 has removed support for Statement getGeneratedKeys. I found some migration notes https://github.com/xerial/sqlite-jdbc/issues/963.

seancorfield22:09:25

As the next.jdbc docs say "Note: not all databases support calling .getGeneratedKeys here" 🙂

lread05:09:17

Ha! Thanks @U04V70XH6! I am currently migrating cljdoc from clojure/java.jdbc to next.jdbc and noticed that helpful note.