Package: libdbix-class-perl / 0.082840-3

Metadata

Package Version Patches format
libdbix-class-perl 0.082840-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix for upcoming not yet available via DBD SQLite li.patch | (download)

t/prefetch/grouped.t | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix for upcoming (not yet available via dbd::sqlite)
 libsqlite version
 .
 - Fix missing ORDER BY leading to failures of t/prefetch/grouped.t
   under upcoming libsqlite (RT#117271)
Bug-Debian: https://bugs.debian.org/835731
Bug: https://rt.cpan.org/Ticket/Display.html?id=117271



0002 sqlite 3.14.patch | (download)

t/resultset/update_delete.t | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

 drop test which expected sqlite behaviour from before 3.14
 Cf. https://rt.cpan.org/Public/Bug/Display.html?id=118395#txn-1676851
 .
 Thanks to Peter Rabbitson for the help.