Subject: | 'Cascading delete on Ordered has_many works' t/60core.t test fails with sqlite 3.8.5 |
'Cascading delete on Ordered has_many works' t/60core.t test fails with sqlite 3.8.5. This passes with 3.8.4.3:
ok 90 - stringify to false value doesn't cause error
not ok 91 - Cascading delete on Ordered has_many works
# Failed test 'Cascading delete on Ordered has_many works'
# at t/60core.t line 362.
# died: DBIx::Class::Exception (DBIx::Class::Storage::DBI::_dbh_execute(): DBI E
xception: DBD::SQLite::st execute failed: UNIQUE constraint failed: track.cd, tr
ack.position [for Statement "UPDATE track SET position = ? WHERE ( trackid = ? )
"] at t/60core.t line 362
# )
not ok 92 - Cascading through has_many top level.
# Failed test 'Cascading through has_many top level.'
# at t/60core.t line 363.
# got: '3'
# expected: '0'
not ok 93 - Cascading through has_many children.
# Failed test 'Cascading through has_many children.'
# at t/60core.t line 364.
# got: '3'
# expected: '0'
ok 94 - column_info ok
I tested v0.08270-19-g2969955 code (current master HEAD).