Subject: CVS commit: pkgsrc/databases/p5-DBD-Sybase
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 07/03/2002 02:57:23
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Tue Jul  2 23:57:22 UTC 2002

Modified Files:
	pkgsrc/databases/p5-DBD-Sybase: Makefile distinfo

Log Message:
Update p5-DBD-Sybase to 0.94. Changes:

Release 0.93

	Added password encryption option to connect() request (contributed
        by Tin Martone)
        Added initial nsql().
	Added ct_get_data(), ct_send_data() and friends func().
	Added ?-style placeholder support for exec proc statements.
	Changed getExtraLibs() in Makefile.PL to *not* link with -linsck
	or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg
	file has been set to load the threaded version of these
	libraries.)
        Added support for primary_key_info().
        (release 0.92 was never publicly released for various reasons)

        Bugs Fixed:
	366    ping() fails if connection has been marked dead
	364    t/fail.t bug.

Release 0.91

	Removed artificial 1024 byte limit on char/varchar datatypes in
	result sets.

	Bug Fixes:

	213: BLOBs are returned in HEX, not binary.

Release 0.90

        Release number sequence change: I'm dropping the "alpha" qualifier
        and I expect to release 1.00 fairly soon.

	Small Makefile.PL fix for Sybase 12.0 installation directory
	changes.
	Applied patch from Tim Ayers to allow 0x type formatting for
	binary data fetches (similar to what Sybase::CTlib and
	Sybase::DBlib allow).
	Fixed some t/ scripts to not fail when run against MS-SQL.
	Corrected the handling of timeout events in the client
	callback.

	Bug Fixes:

	349: CS_NUMERIC bindings for ?-style placeholders fails for large
             values.
       	345: Dynamic statement ids get re-used.
	351: prepared statements with placeholders cause handle to become
	     unusable if *first* execute fails.
	352: ping() doesn't work right in Apache::DBI (thanks to
	     Kiriakos Georgiou)
	353: syb_quoted_identifier doesn't work.
	354: Calling fetch() after prepare() but no execute() fails with
	     internal DBI error. This should also fix bug # 278 and 288.
	297: type_info() returns incorrect or no data.
	344: timeout doesn't work correctly.

Fixes PR 15067 bye ebe@statsbiblioteket.dk


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/p5-DBD-Sybase/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/p5-DBD-Sybase/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.