Add test declare-block-test.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 26 Mar 2016 13:20:38 +0000 (22:20 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sun, 27 Mar 2016 10:26:43 +0000 (19:26 +0900)
commit0df713f2be91e3e6e1b7579fb9631c810a88bee3
treedbfec403b4a97338e50141590586005c9157c95d
parent507a4fde499d85885cdbf3355ed03ae3816b1dfd
Add test declare-block-test.
It contains 3 cases which correspond to bugs introduced in 9.05.0100. They are all in declare/fetch mode.
1. Using block cursors.
2. Scroll BOF -> EOF -> BOF ...
3. When fetching a row "behind" the rowset by "fetch absolute", how many rows can be fetched?
test/expected/declare-fetch-block.out [new file with mode: 0644]
test/src/declare-fetch-block-test.c [new file with mode: 0644]
test/tests