Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 100188
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fails with DBI 1.632
As per subject. I tried it with several perls, blead and stable and all perls with DBI 1.631 passed and all perls with 1.632 failed. I could downgrade a perl from 1.632 to 1.631 as a workaround. HTH&&Cheers,
On Fri Nov 07 14:29:55 2014, ANDK wrote: Show quoted text
> As per subject. I tried it with several perls, blead and stable and > all perls with DBI 1.631 passed and all perls with 1.632 failed. I > could downgrade a perl from 1.632 to 1.631 as a workaround.
The bug is in DBD::File returning non-numeric values for the TYPE attribute The bug surfaces with DBD::CSV as this test was only enabled with DBD::File 0.43 or up, and the version upped because of a security issue. I have a patch ready for DBD::File, but need to verify with my co-maints This ticket will be moved to DBD::File's queue (DBI)
Ping! Any update on this Tux?
Subject: Re: [rt.cpan.org #100188] DBD::CSV Fails with DBI 1.632 (non-numeric TYPE attribute in DBD::File)
Date: Sat, 23 Apr 2016 10:08:54 +0200
To: bug-DBI [...] rt.cpan.org
From: "H.Merijn Brand" <h.m.brand [...] xs4all.nl>
Show quoted text
> Ping! Any update on this Tux?
https://github.com/perl5-dbi/dbi/commit/9a514690a7c64048df9ca149f3ab9423c6b0d616 commit 9a514690a7c64048df9ca149f3ab9423c6b0d616 Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl> Date: Sun Nov 9 13:21:08 2014 +0100 Changed $sth->{TYPE} to be NUMERIC in DBD::File diff --git a/Changes b/Changes index 7c767d1..e46a546 100644 --- a/Changes +++ b/Changes @@ -11,8 +11,10 @@ DBI::Changes - List of significant changes to the DBI Fixed selectrow_*ref to return undef on error in list context instead if an empty list. Changed t/42prof_data.t more informative + Changed $sth->{TYPE} to be NUMERIC in DBD::File drivers as per the + DBI docs. Note TYPE_NAME is now also available. [H.Merijn Brand] -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.23 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
Download (untitled)
application/pgp-signature 490b

Message body not shown because it is not plain text.

Closing. Thanks.