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

Jens Elkner 1800861 at bugs.launchpad.net
Wed Oct 31 17:05:09 UTC 2018


** Package changed: linux (Ubuntu) => libdbi-perl (Ubuntu)

** Changed in: libdbi-perl (Ubuntu)
       Status: Incomplete => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libdbi-perl in Ubuntu.
https://bugs.launchpad.net/bugs/1800861

Title:
  DBI.pm is buggy and out of date

Status in libdbi-perl package in Ubuntu:
  In Progress

Bug description:
  /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).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbi-perl/+bug/1800861/+subscriptions



More information about the foundations-bugs mailing list