diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-23 20:18:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-23 20:18:05 +0000 |
commit | c906e62fd2e4fe33ef9ff12529d183118ef7e950 (patch) | |
tree | aa208aa21a47db22ae925dc66c3190c96b0aebe5 /databases/p5-DBD-mysql/Makefile | |
parent | a1b28f854a53bf6f5b65c31f739c554ac5a3360b (diff) | |
download | pkgsrc-c906e62fd2e4fe33ef9ff12529d183118ef7e950.tar.gz |
Update to 3.0002:
2005-07-07 Patrick Galbraith (3.0002)
* Fix to ensure MYSQL_BIND is only defined when mysql
client version is >= 4.1.3. Thanks to Tom Parkison,
Anup Singh, Sergey Skvortsov, and other users who informed
me about this issue.
2005-07-06 Patrick Galbraith (3.0001)
* Special Thanks to Steve Hay for his patch to fix windows
compiles!
* Changed uint argument in safe_sv_fetch to int due to
uint not being available on windows unless you include
my_globals.h in dbdimp.h, which also breaks on unixen!
* Fixed Makefile.PM for windows compiles (thanks to Steve Hay!)
* Removed long long type from dbdimp.h
* Changed strncasecmp to strncmp (still need a better long-term solution)
in dbdimp.c
* Modified Makefile.PM to make prepared statements default
* Removed // comments from mysql.xs, dbdimp.c (Thanks Bodo Bergmann!)
* Fixed runtime bug (when inserting or updating quotes or double quotes)
(Thanks to Brad Choate)
2005-06-30 Patrick Galbraith (3.0000)
* Release of prepared statement code
2005-04-26 Patrick Galbraith (2.9015_3)
* Added patch from Stas Beckman for new DBI feature take_imp_data, needed
for DBI::Pool
* Fix to Statement.pm for old API call for numfields that caused
warnings on 40numrows and akmisc tests
* Fix to bind_ph to throw an error if trying to bind a non-numeric
value as numeric
* Better fix for dealing with error condition in $sth->rows()
* Fix to bind_param to throw error when trying to bind a non-numeric as
numeric
2005-04-04 Patrick Galbraith (2.9015_2)
* Merged all code changes from 2.900x tree from the last 9
months
- unsafe bind type guessing patch from Dragonchild
- Removed mysql.mtest
- Fixed sth->rows to return my_ulongloong and also handle
error from client API
- Fix to make autocommit work was already part of this version
- Auto-reconnect bug fixed in 2.9006 included
* Added simple test to 35limit test to check if using malicious code in
LIMIT ?, ? placeholders works, which it doesn't.
* Fix that sets mysql_server_prepare to 0 if SQL statement is 'SHOW ...'
which is not supported by prepared statement API currently
2004-10-28 Rudolf Lippan (2.9015_1)
* Merged Makefile.PL from 2.9005_3
* Bumped version number to 2.9015 for release of Dev Branch. Which
will become 2.9020 when tested and merged into HEAD.
* fixed typo/compiler warning in bind_param_guessing
'*testchar' should have been 'testchar'.
2004-10-20 Patrick Galbraith (Dev-2_9 - 2.9005)
* merged changes from 2.9005_1
* fix to blob in dbd_st_fetch (Alexey Stroganov ranger@mysql.com)
In case of BLOB/TEXT fields we allocate only 8192 bytes in dbd_describe()
for data. Here we know real size of field so we should increase buffer
size and refetch column value
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index a65d1ec16d9..89bf5172e11 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2006/01/08 18:35:08 xtraeme Exp $ +# $NetBSD: Makefile,v 1.33 2006/01/23 20:18:05 wiz Exp $ # -DISTNAME= DBD-mysql-2.9004 +DISTNAME= DBD-mysql-3.0002 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5dmy CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |