mirror of
https://github.com/SOCI/soci.git
synced 2026-02-13 00:59:39 -06:00
Return the ID used for the given table instead of the last ID inserted in any database table, which could be very different. This relies on using internal sqlite_sequence table that is used by AUTOINCREMENT. Co-authored-by: Vadim Zeitlin <vz-soci@zeitlins.org> Closes #971.