sql

lread 2023-09-05T20:43:04.379109Z

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.

seancorfield 2023-09-05T22:57:25.860579Z

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

lread 2023-09-06T05:35:17.267409Z

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