Files
openGauss-connector-odbc/test/expected/positioned-update.out
2020-06-24 16:11:37 +08:00

32 lines
355 B
Plaintext

connected
Creating test table pos_update_test
Opening a cursor for update, and fetching 10 rows
exec cursor_type=3
1 1
2 2
3 3
4 4
5 5
Updating result set
Re-fetching the rows in the result set
6 6
105 5
4 4
Querying the table again
Result set:
1 1
2 2
3 3
4 4
105 5
7 7
8 8
9 9
10 10
Opening a cursor for update, and fetching 5000 rows
disconnecting