DBD-MariaDB
view release on metacpan or search on metacpan
Changes.historic view on Meta::CPAN
* README: Added hint for not using msqlperl mailing lists
except for MsqlPerl and MysqlPerl related things.
* Makefile.lib: Modified version number to contain underscores,
so that CPAN considers 1.18xx as the correct version.
* dbd/dbimon.in: Leaving pager mode worked unreliable; fixed.
Andreas Koenig <koenig@anna.mind.de>
* tests/akmisc.t, tests/mysql.t, tests/mysql2.t: Minor modifications
in the connect parameters for passing the test suite under
Windows/NT.
1998-01-07 Jochen Wiedmann <joe@ispsoft.de> (1.1900)
* dbd/dbd.xs.in: Implemented $dbh->quote() in XS.
* dbd/dbd.xs.in: Added '_Admin' function.
* dbd/dbd.xs.in, dbd/dbdimp.c: Added automatic reconnect when
mysql returns CR_SERVER_GONE_ERROR.
* Makefile.lib (InitializeMysql): Modified order of -I statements
(Inside MySQL distribution it can happen that headers of recently
installed DBI versions are used instead of the correct headers.)
* nodbd/nodbd.xs.in, nodbd/typemap: Suppressed warning for
undef'd argument in connect method. (Chris Holt,
<xris@migraine.stanford.edu>)
* nodbd/nodbd.xs.in: Fixed definition of 'HOST' attribute
in dbh's.
* Makefile.lib (InitializeMsql): Fixed typo that made MSQL_HOME
useless. (Ray Zimmermann, <rz10@cornell.edu>)
* Makefile.lib (InitializeMysql): Fixed typo "lib/mysqlclient.a"
to "lib/libmysqlclient.a". (Michael 'Monty' Widenius,
<monty@tcx.se>)
1997-12-31 Jochen Wiedmann <joe@ispsoft.de> (1.1823)
* Added support for mysql_use_result, requested by Jesse
Eversole <jee@marketdriven.com>.
* nodbd/typemap: Replaced sv_isa with sv_derived_from so that
subclassing works, reported by Gisle Aas <gisle@aas.no>.
1997-12-11 Jochen Wiedmann <joe@ispsoft.de> (1.1822)
* dbd/myMsql.c: DSN's like DBI:mysql:test;hostname=$host;port=$port
haven't been working.
* dbd/dbimon.in: POD modifications, suggested by Jesse N. Glick
<jglick@sig.bsh.com>
* INSTALL: Added hints for "make test".
* nodbd/statement.pm.in (as_string): Still bugs in the new
as_string method, thanks to Frank D. Cringle <fdc@cliwe.ping.de>.
* Enabled SQL_DATE, SQL_TIME, ... (available in DBI 0.91)
* Makefiles: Modified postamble to use a common function which calls
module dependent hooks.
* nodbd/nodbd.xs.in/fetchinternal: Fixed the problem RETVAL == NULL.
Wed Nov 19 19:50:29 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1821)
* dbd/dbd.pm.in: Added AUTOLOAD for constants like
DBD::mysql::FIELD_TYPE_STRING or DBD::mSQL::CHAR_TYPE.
* xtract, dbd/Makefile.PL.in nodbd/Makefile.PL.in: Removed
first line in case users perl is different from
/usr/local/bin/perl.
* All Makefiles: Added chmod for xtracted files.
* Added bindparam.h for reuse in DBD::pNET.
* Makefile.lib: Some (hopefully) upward compatible modifications
for integration into the MySQL distribution.
Sat Nov 1 17:04:27 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1820)
* xtract: Added "#xtract <driver>" ... "#endxtract".
* nodbd/statement.pm.in, nodbd/nodbd.pm.in, nodbd/pmsql.in:
Using "#xtract now".
* Reorganized source tree (again).
Wed Oct 29 00:41:41 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1819)
* nodbd/bundle.pm.in: Fixed syntax error.
* Fixed distribution problems. Not all .pm files have been
included. (Only PAUSE should have noticed.)
Mon Oct 27 00:50:08 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1818)
* nodbd/Makefile.PL.in: Fixed dependencies for "xtract" files.
* nodbd/nodbd.xs.in: Fixed ISNUM attribute in fetchinternal.
* nodbd/statement.pm.in: Yet one more fix in the new as_string
method. :-(
* nodbd/statement.pm.in: Msql::Statement::maxlength caches
its return value now
Sat Oct 25 16:30:01 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1817)
* Makefile.PL,dbd/Makefile.PL.in,nodbd/Makefile.PL.in: Added
dependencies for files being created from dbd and nodbd
directories via the "xtract" script.
* nodbd/pmsql.in,nodbd/statement.pm.in: Fixed minor problems with
mSQL1; suggested by Andreas Koenig
* dbd/dbd.pm.in,tests/ak-dbd.t: Removed support and tests for the
old connect methods.
* nodbd/statement.pm.in: Fixed bug in Msql::Statement::maxlength.
Fri Oct 24 01:29:08 1997 Jochen Wiedmann <joe@ispsoft.de> (1.1816)
* dbd/myMsql.c (MyConnect): Fixed use of mysql_real_connect
* dbd/dbdimp.c: Added automatic type detection to bind_param
* nodbd/statement.pm.in: Modified as_string for more efficiency
under MySQL. Added maxlength and isnum methods. (Direct attribute
fetches under MySQL, calculated under mSQL.)
* nodbd/pmsql.pm.in: Fixed bug in creation of @typelabels:
defined &Msql::TEXT_TYPE doesn't work before autoloading it.
1997-10-02 Jochen Wiedmann <joe@ispsoft.de> (1.1815)
( run in 1.001 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )