Re: Better diagnostic support in DBI

2019-01-23 Thread Tim Bunce
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

Better diagnostic support in DBI

2019-01-23 Thread pali
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