You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JDBC driver contains interface which allows to read autogenerated columns
values after INSERT is occurred [1].
If there was multi-INSERT stmt - last row's autogenerated columns are returned.
Second option might be just return whole inserted row and let driver do the job.
So, for INSERTs let's return along w/ row_count a map with generated columns.
kyukhin, dmitry-grytsovets, Korablev77 and sergeykad