A key goal of the DBI is to provide a database independant interface to
databases to enable application portability. What you're suggesting
seems inherently database specific.
The DBI defines a way for drivers to offer database specific functionality.
A good way to move a suggestion like this mo
Hi! DBI currently supports 3 functions to retrieve diagnostic
informations
https://metacpan.org/pod/DBI#err
https://metacpan.org/pod/DBI#errstr
https://metacpan.org/pod/DBI#state
which return the last one database native code, message and SQLSTATE.
Plus there warning or note information is indica