Subject: | Support for last_insert_id |
last_insert_id() is a new function in DBI.pm, appearing in version 1.38. It requires a driver-specific implementation.
It's potentially quite handy, because it allows developers to address a frequent difference between MySQL and Postgres syntax in a portable way.