first commit for openGauss connect odbc code
This commit is contained in:
26
test/expected/bookmark.out
Normal file
26
test/expected/bookmark.out
Normal file
@ -0,0 +1,26 @@
|
||||
connected
|
||||
Getting bookmark to beginning of result set...
|
||||
fetched: foo1
|
||||
Moving +100...
|
||||
fetched: foo101
|
||||
Getting bookmark to middle of result set...
|
||||
Moving +100...
|
||||
fetched: foo201
|
||||
Testing SQL_FETCH_BOOKMARK, begin (0)...
|
||||
fetched: foo1
|
||||
Testing SQL_FETCH_BOOKMARK, begin (10)...
|
||||
fetched: foo11
|
||||
Testing SQL_FETCH_BOOKMARK, middle (0)...
|
||||
fetched: foo101
|
||||
Testing SQL_FETCH_BOOKMARK, middle (10)...
|
||||
fetched: foo111
|
||||
Testing SQL_FETCH_BOOKMARK, middle (-10)...
|
||||
fetched: foo91
|
||||
Getting bookmark with SQLBindCol...
|
||||
fetched: foo100
|
||||
Unbinding boomark column...
|
||||
Moving +100...
|
||||
fetched: foo200
|
||||
Goind back to bookmark acquired with SQLBindCol...
|
||||
fetched: foo100
|
||||
disconnecting
|
Reference in New Issue
Block a user