diff options
| author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-09 23:27:21 +0000 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-13 14:09:15 +0000 |
| commit | a636d8b5936c25cd74b0e4b4c1a3bfd0ff6aaa66 (patch) | |
| tree | afd7b2156e3f1603dfd2fa121e3ddfd126fce15e /testing/perl-dbix-class/0002-sqlite-3.14.patch | |
| parent | 6597da1df53b9d43bfe32a369aeeb2ae36b3970d (diff) | |
| download | aports-a636d8b5936c25cd74b0e4b4c1a3bfd0ff6aaa66.tar.bz2 aports-a636d8b5936c25cd74b0e4b4c1a3bfd0ff6aaa66.tar.xz | |
testing/perl-dbix-class : upgrade to 0.082841
Diffstat (limited to 'testing/perl-dbix-class/0002-sqlite-3.14.patch')
| -rw-r--r-- | testing/perl-dbix-class/0002-sqlite-3.14.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/testing/perl-dbix-class/0002-sqlite-3.14.patch b/testing/perl-dbix-class/0002-sqlite-3.14.patch deleted file mode 100644 index c4b8d723a2..0000000000 --- a/testing/perl-dbix-class/0002-sqlite-3.14.patch +++ /dev/null @@ -1,48 +0,0 @@ -Description: 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. -Origin: vendor -Bug-Debian: https://bugs.debian.org/841573 -Forwarded: not-needed -Author: gregor herrmann <gregoa@debian.org> -Last-Update: 2016-10-21 - ---- a/t/resultset/update_delete.t -+++ b/t/resultset/update_delete.t -@@ -138,35 +138,6 @@ - ], 'Correct null-delete-SQL with multijoin without pruning' ); - - --# try the same sql with forced multicolumn in --$schema->is_executed_sql_bind( sub { -- local $schema->storage->{_use_multicolumn_in} = 1; -- -- # this can't actually execute on sqlite -- eval { $fks_multi->update ({ read_count => \ 'read_count + 1' }) }; --}, [[ -- 'UPDATE fourkeys -- SET read_count = read_count + 1 -- WHERE ( -- (foo, bar, hello, goodbye) IN ( -- SELECT me.foo, me.bar, me.hello, me.goodbye -- FROM fourkeys me -- LEFT JOIN fourkeys_to_twokeys fourkeys_to_twokeys ON -- fourkeys_to_twokeys.f_bar = me.bar -- AND fourkeys_to_twokeys.f_foo = me.foo -- AND fourkeys_to_twokeys.f_goodbye = me.goodbye -- AND fourkeys_to_twokeys.f_hello = me.hello -- WHERE ( bar = ? OR bar = ? ) AND ( foo = ? OR foo = ? ) AND fourkeys_to_twokeys.pilot_sequence != ? AND ( goodbye = ? OR goodbye = ? ) AND ( hello = ? OR hello = ? ) AND sensors != ? -- ORDER BY foo, bar, hello, goodbye -- ) -- ) -- ', -- ( 1, 2) x 2, -- 666, -- ( 1, 2) x 2, -- 'c', --]], 'Correct update-SQL with multicolumn in support' ); -- - $schema->is_executed_sql_bind( sub { - $fks->search({ 'twokeys.artist' => { '!=' => 666 } })->update({ read_count => \ 'read_count + 1' }); - }, [ |
