Hi Rudy. On Tue, Oct 28, 2003 at 04:39:59PM -0500, Rudy Lippan wrote: > > > > Also, I am taking requests for features to be added in the next version of > > DBD::mysql; The list, as of right now, is: > > > > - Basic UTF-8 support > > - column_info()
Tese, if any are not there already: - $dbh->last_insert_id - $sth->{ParamValues} - $dbh->data_sources - Use DBD::mysql::*->install_method (if DBD::mysql::*->can('install_method')) to install driver-private methods with mysql_* prefixes and deprecate the old func() versions. - From the change notes in DBI 1.31: Change DBIS to DBIc_DBISTATE(imp_xxh) [or imp_dbh, imp_sth etc] Change DBILOGFP to DBIc_LOGPIO(imp_xxh) [or imp_dbh, imp_sth etc] Any function from which all instances of DBIS and DBILOGFP are removed can also have dPERLINTERP removed (a good thing). (Will make DBI >= 1.31, now almost a year old, a prerequsite) What's the story with the new v4 protocol and server-side placeholders? Tim.