DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Jay Hannah
It looks like DBD::Sybase is still working (after forcing the install), but I thought I'd report these test failures. Seeing 86.84% okay is pretty scary. -grin- Thanks! j freetds-0.62.4 # perl -MDBI -e 'DBI-installed_versions' Perl: 5.008004(i686-linux) OS

Re: DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Michael Peppler
On Mon, 2004-11-29 at 18:56, Jay Hannah wrote: It looks like DBD::Sybase is still working For certain values of working. (after forcing the install), but I thought I'd report these test failures. Seeing 86.84% okay is pretty scary. -grin- FreeTDS unfortunately does not yet implement the

RE: DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Jay Hannah
On Mon, 2004-11-29 at 18:56, Jay Hannah wrote: It looks like DBD::Sybase is still working For certain values of working. Indeed. The story of my life. -grin- FreeTDS unfortunately does not yet implement the full Client Library API, so there are a number of things that don't work.

RE: DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Michael Peppler
On Mon, 2004-11-29 at 19:56, Jay Hannah wrote: On Mon, 2004-11-29 at 18:56, Jay Hannah wrote: It looks like DBD::Sybase is still working For certain values of working. Indeed. The story of my life. -grin- FreeTDS unfortunately does not yet implement the full Client Library API,

RE: DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Jay Hannah
Hypothetically*, would you have any interest in a patch to exec.t (etc.) that would use Test::More and the SKIP blocks documented therein to skip tests if $ENV{SYBASE} =~ /freetds/? Sure. Patches are always welcome! I asked because I'd be *changing* how exec.t (etc.) work -- to use

RE: DBD::Sybase test errors (freetds-0.62.4)

2004-11-29 Thread Michael Peppler
On Mon, 2004-11-29 at 21:18, Jay Hannah wrote: Hypothetically*, would you have any interest in a patch to exec.t (etc.) that would use Test::More and the SKIP blocks documented therein to skip tests if $ENV{SYBASE} =~ /freetds/? Sure. Patches are always welcome! I asked