Revision history for Perl extension Net::MySQL.
0.01 Tue Mar 26 16:09:57 JST 2002
- original version; created by h2xs 1.21 with options
-X -n Net::MySQL
0.02 The Apr 2 21:59:36 JST 2002
- Even if insert_id exceeded 255, the purser was cured so that
it might operate correctly.
- The data structure was corrected so that Column names might
be acquired correctly.
0.03 Mon Apr 15 19:05:17 JST 2002
- The problem which is not connectable with MySQL daemon of
some versions (ver 3.23.28 gamma) was corrected.
(Thanks to Kawai Takanori <GCD00051@nifty.ne.jp>
and Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
- Refactoring of '_send_command()' method.
- Add create_database() method.
- Add drop_database() method.
0.04 Tue May 7 16:10:09 JST 2002
- The problem was in the state where SQL longer than 256 bytes
cannot be used in the present condition.
It was corrected by change of a _execute_command() method.
(Thanks to Bob Swarz <rswarz@mitre.org>
and <Corey.Holzer@jwt.com>)
- Some typoes on a document were corrected.