← Back to team overview

pkg-perl-maintainers team mailing list archive

[Bug 1800861] [NEW] DBI.pm is buggy and out of date

 

You have been subscribed to a public bug:

/usr/lib/x86_64-linux-gnu/perl5/5.22/DBI.pm (xenial with latest updates) is buggy.
To test, simply run:

---schnipp---
#!/usr/bin/perl

require DBI;

my $dbfile = "/tmp/notifications_sqlite.dat";
my $dbh = DBI->connect("dbi:SQLite:dbname=$dbfile",'','');
my $qu_attr = "SELECT * FROM notifications_attr WHERE keyref = '21';";
my $notifhr = $dbh->selectall_arrayref($qu, { Slice => {} });
---schnapp---

It seems, that this bug got already fixed upstream ~ 2 years ago with
DBI version 1.635 (however, most recent version is 1.542).

** Affects: libdbi-perl (Ubuntu)
     Importance: Undecided
         Status: Incomplete

-- 
DBI.pm is buggy and out of date
https://bugs.launchpad.net/bugs/1800861
You received this bug notification because you are a member of Debian Perl Group, which is subscribed to libdbi-perl in Ubuntu.