Package: libdbd-sqlite3-perl / 1.44-1

Metadata

Package Version Patches format
libdbd-sqlite3-perl 1.44-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_system_sqlite | (download)

Makefile.PL | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

 dbd::sqlite3 ships its own copy of sqlite. that makes debian
 sad and so we patched it away.
fix test sort.patch | (download)

t/53_status.t | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix test failure by forcing sqlite to actually sort something
 Current versions of sqlite seem to not do any sorting if the result has just
 one element. This patch makes sure the result picks up a few more elements,
 so that the sort counter gets pushed above zero.