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

  The following changes may break older applications:

  * Fix corruption of BLOB data stored in utf8 columns; this data
    is now stored as bytes even if the flag is set (RT#54721)

 -- Jonathan Yu <jawnsy@cpan.org>  Sun, 26 Dec 2010 17:20:38 -0500

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

