DBD::mysqlPP 0.03 & Net::MySQL 0.03 released
[email protected] (Hiroyuki OYAMA)
| Newsgroups | perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
The uploaded file
DBD-mysqlPP-0.03.tar.gz
Net-MySQL-0.03.tar.gz
has entered CPAN as
file: $CPAN/authors/id/O/OY/OYAMA/DBD-mysqlPP-0.03.tar.gz
file: $CPAN/authors/id/O/OY/OYAMA/Net-MySQL-0.03.tar.gz
Changes in this release include:
Net::MySQL:
Mon Apr 15 19:05:17 JST 2002
- The problem which is not connectable with MySQL daemon of
some versions (ex. ver 3.23.28 gamma) was corrected.
(Thanks to Kawai Takanori <[email protected]>
and Tatsuhiko Miyagawa <[email protected]>)
- add create_database() method.
- add drop_database() method.
DBD::mysqlPP:
Mon Apr 15 19:05:17 JST 2002
- add 'port' attribute.
- add '_ListDBs' private metadata method.
- add '_ListTables' private metadata method.
- add tables() method.
- add 'thread_id' attribute.
- add 'mysql_insertid' attribute.
______________
Hiroyuki OYAMA