** 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 Kernel
Packages, which is subscribed to linux 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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to