Home
last modified time | relevance | path

Searched refs:change_offset_from_id (Results 1 – 8 of 8) sorted by relevance

/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dengine.t74 …sub change_offset_from_id { shift; push @SEEN => [ change_offset_from_id => [@_] ]; $offset_change…
1826 [ change_offset_from_id => [$changes[0]->id, 0] ],
1995 [ change_offset_from_id => [$dbchanges[1]->id, 0] ],
2029 [change_offset_from_id => [$dbchanges[1]->id, 0] ],
2053 [change_offset_from_id => [$dbchanges[-1]->id, -1] ],
2131 [change_offset_from_id => [ $dbchanges[1]->id, undef ]],
2148 [change_offset_from_id => [ $dbchanges[1]->id, 1 ]],
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/lib/
H A DDBIEngineTest.pm814 is_deeply $engine->change_offset_from_id($change->id, undef), $change_hash,
816 is_deeply $engine->change_offset_from_id($change2->id, 0), $change2_hash,
825 is_deeply $engine->change_offset_from_id($change->id, 1), $change2_hash,
827 is_deeply $engine->change_offset_from_id($change2->id, -1), $change_hash,
829 is_deeply $engine->change_offset_from_id($change->id, 2), undef,
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Engine/
H A Dvertica.pm385 sub change_offset_from_id { subroutine
H A Doracle.pm369 sub change_offset_from_id { method in App::Sqitch::Engine::oracle
H A Dfirebird.pm596 sub change_offset_from_id { subroutine
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DEngine.pm694 return $self->change_offset_from_id($change_id, $p{offset});
1160 sub change_offset_from_id { subroutine
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Role/
H A DDBIEngine.pm820 sub change_offset_from_id { subroutine
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/
H A DChanges30 complement the `find_change` and `change_offset_from_id` methods.