Consider adding a utility in kiwi to get generated keys from a JDBC Statement #1073
sleberknight
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kiwi-test has the
Jdbi3GeneratedKeys
utility that extracts generated keys created by an "insert" operation, but which is specific to JDBI. This might be useful to add to kiwi directly, as a well as more generic version for a plain JDBCStatement
.Beta Was this translation helpful? Give feedback.
All reactions