libdbd-sqlite3-perl (1.27-1) unstable; urgency=low

  The following changes may break older applications:

  * Development releases (never uploaded to Debian) saw some changes
    with foreign key support. Foreign key support was enabled by
    default but broke a lot of things, so is now disabled once again.
    Please note that support may be enabled upstream in sqlite itself
    so things that break should be fixed.

    In the meantime, you can enable foreign keys with:
      PRAGMA foreign_keys = ON
  * Remove undocumented reset method (use $sth->finish instead)
  * Fix $dbh->column_info to work according to the DBI spec (RT#49716)
  * Fix $sth->primary_key_info to work according to DBI spec

 -- Jonathan Yu <jawnsy@cpan.org>  Tue, 24 Nov 2009 07:22:06 -0500

