Subject: | t/resultset/update_delete.t fails with sqlite 3.16 |
After upgrading sqlite from 3.14.2 to 3.16.1 (and 3.16.2), t/resultset/update_delete.t test fails like this:
ok 23 - Correct update-SQL with premultiplied restricting join without pruning
not ok 24 - Update ran only once on joined resultset
# Failed test 'Update ran only once on joined resultset'
# at t/resultset/update_delete.t line 207.
# got: '14'
# expected: '13'
not ok 25 - Update ran only once on joined resultset
# Failed test 'Update ran only once on joined resultset'
# at t/resultset/update_delete.t line 208.
# got: '24'
# expected: '23'
This happens with DBIx-Class latest stable relase 0.082840 as well as with current git master code.