DBD-mysql

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


	* nodbd/nodbd.pm.in (query): Now setting $db_errstr
	  (Andreas König, andreas.koenig@anima.de).
	* dbd/dbdimp.c (dbd_db_quote): Giving up to use "NULL" as a
	  static string. :-( My thanks to David Foo (dfoo@web.fairfax.com.au)
	  and Christian Schwarz (schwarz@monet.m.isar.de) for convincing
	  me.
	* nodbd/nodbd.pm.in (listdbs): Now setting $db_errstr.

1998-12-30  Jochen Wiedmann  <joe@ispsoft.de> (1.21_12)

	* dbd/dbd.pm.in (prepare): Fixed missing attribs argument.
	  Thanks to Peter Ludemann (ludemann@inxight.com).
	* dbd/dbdimp.c: Portability fixes for Perl 5.005_54.

1998-12-29  Jochen Wiedmann  <joe@ispsoft.de> (1.21_11)

	* Makefile.PL: .pm files are no longer removed, because
	  they are missing in MANIFEST otherwise.

1998-12-22  Jochen Wiedmann  <joe@ispsoft.de> (1.21_09)

	* INSTALL: Updated the WIN32 INSTALLATION section.
	* nodbd/statement.pm.in (fetchrow): Enhanced compatibility to
	  previous Msql versions by returning the first column now in
	  scalar context. (Andreas König, andreas.koenig@anima.de)
	* Makefile.PL (Init): Default of installing Msql, Mysql and Msql1
	  is now "no", unless you already have the Mysql emulation layer
	  installed.
	* Makefile.PL: Added --config option.

1998-11-20  Jochen Wiedmann  <joe@ispsoft.de> (1.21_08)

	* lib/DBD/mysql/Install.pm (Initialize): Added -lc on Unixware;
	  thanks to Orion Poplawski <orion@bvt.com>.
	* lib/DBD/mysql/Install.pm (Initialize): Added -lzlib on Win32.
	* dbd/dbd.pm.in (connect): Added $dbh->{'Name'}.
	* t/dbdadmin.t: Forgot to change _DropDB to func("dropdb",
	  ..., "admin). My thanks to schinder@pobox.com.
	* Some patches for compatibility with ActiveState Perl.

1998-11-08  Jochen Wiedmann  <joe@ispsoft.de> (1.21_07)

	* _ListTables is now obsolete.
	* _InsertID, affected_rows, IS_PRI_KEY, is_pri_key, IS_NOT_NULL,
	  is_not_null, IS_KEY, is_key, IS_BLOB, is_blob, IS_NUM, is_num,
	  LENGTH, length, MAXLENGTH, maxlength, NUMROWS, NUMFIELDS,
	  RESULT, result, TABLE, table, format_max_size, format_default_size
	  and format_type_name are now deprecated.
	* _CreateDB, _DropDB, _ListFields, _ListSelectedFields and
	  _NumRows have been removed.
	* dbd/dbd.xs.in: $dbh->func('_ListDBs') was closing the socket.
	  Thanks to Lars Kellogg-Stedman <lars@wolery.bu.edu>.
	* dbd/dbd.pm.in: $drh->func('_ListDBs' was documented wrong.
	  Thanks to Lars Kellogg-Stedman <lars@wolery.bu.edu>.

1998-11-06  Jochen Wiedmann  <joe@ispsoft.de> (1.21_06)

	* dbd/dbdimp.c: Changed isspace(c) to c == ' ' in ChopBlanks
	  handling.
	* dbd/dbdimp.c: Added $dbh->{'mysql_read_default_file'} and
	  $dbh->{'mysql_read_default_group'}.
	* dbd/dbdimp.c: Added $dbh->{'mysql_insertid'}.

1998-10-23  Jochen Wiedmann  <joe@ispsoft.de> (1.21_05)

	* dbd/dbd.xs.in: Fixed bug in $dbh->quote($n, SQL_INTEGER).
	* Makefile.PL (CheckForLibGcc()): Disabled linking against
	  libgcc.a under NetBSD. (Curt Sampson, cjs@portal.com)
	* Forgot to remove the warning for experimental software.
	* Added Monty's patches for use of mysqlclients.
	* dbd/dbdimp.c: Added msql_configfile.
	* Makefile.PL: Added option -static.

1998-10-06  Jochen Wiedmann  <joe@ispsoft.de> (1.21_04)

	* INSTALL: Added hints for Win32 installation.
	* lib/DBD/mysql/Install.pm: Added portability fixes for Win32
	  installation with MyODBC. This is now the recommended way of
	  installing DBD::mysql under Win32.

1998-09-27  Jochen Wiedmann  <joe@ispsoft.de> (1.21_02)

	* INSTALL: Added a hint for Remote_Access in msql.conf
	* nodbd/nodbd.pm.in (quote): Made quote a class method; Andreas
	  König <koenig@anna.mind.de>.
	* dbd/myMsql.h (MyReconnect): Fixed $dbh->ping() for MySQL.
	  My thanks to Nikki Chumakov (nikki@paranoia.ru).
	* dbd/dbimon.in: Added dump mode.
	* dbd/dbimon.in: TableList now based on $dbh->tables(), thus
	  portable.
	* dbd/dbimon.in: Shell completion with TableList case independent.
	* tests/60leaks.t: No longer calling exit() within BEGIN.
	  (Workaround for a bug within Perl 5.00404)
	* tests/ak-dbd.t: Removed "local $sth->{PrintError} = 0"; yet
	  another workaround.

1998-07-28  Jochen Wiedmann  <joe@ispsoft.de> (1.21_00)

	* INSTALL: Added a description of the missing-libgcc problem.
	* INSTALL: Added a patch for the mSQL problem with ORDER BY.
	* dbd/dbd.pm.in: Added a description of mSQL's problem with
	  ORDER BY.
	* Fixed pointers to DBI home (was www.hermetica.com, now
	  www.arcana.co.uk)
	* lib/DBD/mysql/Install.pm (Initialize): Added
	  $ENV{'MYSQL_HEADERDIR'} and $ENV{'MYSQL_LIBDIR'}.
	* dbd/dbdimp.c: mysql_fetch_lengths() returns longs under
	  MySQL 3.22.04
	* nodbd/nodbd.pm.in (errno): Fixed missing definition of
	  $self.
	* Makefile.PL (InitializeMysql): Looking for libmysqlclient.a
	  and libmysqlclient.so now.
	* dbd/dbdimp.c (dbd_st_internal_execute): Fixed memory leak,
	  *cdaPtr was not checked for <> NULL. My thanks to Marc
	  Lehmann <pcg@goof.com> for the report.
	* dbd/dbd.pm.in: Added table_info().

1998-07-16  Jochen Wiedmann  <joe@ispsoft.de> (1.19_22)

	* dbd/dbdimp.c: Added dTHR to some more functions for 5.005

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.599 second using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )