Subject: | support primary_key DBI interface |
The DBI has a method called primary_key_info, which can be implemented by the DBDs to return information about the table's primary key(s). It would be nice to have this implemented for DBD::mysql. It should be pretty straightforward since the information can be retrieved from SHOW COLUMNS.