📄 currentof.out
字号:
Test currentof startingPASS: expected and got 0 rowson stmt: create table t (i int, c char(50))PASS: expected and got 0 rowson stmt: create table s (i int, c char(50))PASS: expected and got 1 rowon stmt: insert into t values (1956, 'hello world')PASS: expected and got 1 rowon stmt: insert into t values (456, 'hi yourself')PASS: expected and got 1 rowon stmt: insert into t values (180, 'rubber ducky')PASS: expected and got 1 rowon stmt: insert into t values (3, 'you are the one')PASS: setup completeRow: 1956,hello world Row: 456,hi yourself Row: 180,rubber ducky Row: 3,you are the one Have 4 rows in table at startERROR 42X28: Delete table 'S' is not target of cursor 'SQLCUR0'.PASS: delete table and cursor table mismatch caughtERROR XCL08: Cursor 'SQLCUR0' is not on a row.PASS: Attempt to delete cursor before first row caughtPASS: expected and got trueRow: 1956,hello world PASS: expected and got 1 rowon stmt: delete, okPASS: expected and got trueRow: 456,hi yourself PASS: expected and got trueRow: 180,rubber ducky PASS: expected and got 1 rowon stmt: <delete after skipping>PASS: expected and got trueRow: 3,you are the one PASS: expected and got falseERROR XCL08: Cursor 'SQLCUR0' is not on a row.PASS: Attempt to delete cursor past last row caughtERROR XCL07: Cursor 'SQLCUR0' is closed. Verify that autocommit is OFF.PASS: Attempt to delete closed cursor caughtRow: 456,hi yourself Row: 3,you are the one Have 2 rows in table at endPASS: expected and got 2 rowson stmt: startCount-endCountERROR 42X30: Cursor 'NOSUCHCURSOR' not found. Verify that autocommit is OFF.PASS: Attempt to delete nonexistent cursor caughtPASS: delete test completePASS: expected and got falsePASS: expected and got 1 rowon stmt: insert into t values (1956, 'hello world')PASS: expected and got 1 rowon stmt: insert into t values (456, 'hi yourself')PASS: expected and got 1 rowon stmt: insert into t values (180, 'rubber ducky')PASS: expected and got 1 rowon stmt: insert into t values (3, 'you are the one')PASS: setup completeRow: 1956,hello world Row: 456,hi yourself Row: 180,rubber ducky Row: 3,you are the one Have 4 rows in table at startERROR 42X31: Column 'C' is not in the FOR UPDATE list of cursor 'SQLCUR1'.PASS: update of non-existant column caughtPASS: update of read-only cursor caughtPASS: update of fetch-only cursor caughtPASS: update of union cursor caughtPASS: update of join cursor caughtPASS: update of derived table cursor caughtPASS: update of values clause cursor caughtPASS: update of subquery cursor caughtERROR 42X29: Update table 'S' is not the target of cursor 'SQLCUR2'.PASS: update table and cursor table mismatch caughtERROR XCL08: Cursor 'SQLCUR2' is not on a row.PASS: Attempt to update cursor before first row caughtPASS: expected and got trueRow: 1956,hello world PASS: expected and got 1 rowon stmt: update on rowPASS: expected and got 1 rowon stmt: 2nd update on rowPASS: expected and got trueRow: 456,hi yourself PASS: expected and got trueRow: 180,rubber ducky PASS: expected and got 1 rowon stmt: update after skippingPASS: expected and got trueRow: 3,you are the one PASS: expected and got falseERROR XCL08: Cursor 'SQLCUR2' is not on a row.PASS: Attempt to update cursor past last row caughtERROR 42X30: Cursor 'SQLCUR2' not found. Verify that autocommit is OFF.PASS: Attempt to update closed cursor caughtERROR 42X30: Cursor 'NOSUCHCURSOR' not found. Verify that autocommit is OFF.PASS: Attempt to update nonexistent cursor caughtRow: 1976,Gumby was here Row: 456,hi yourself Row: 190,Gumby was here Row: 3,you are the one Have 4 rows in table at endbug4395 Cursor Name Application DefinedPASS: expected and got trueRow: 1976,Gumby was here PASS: expected and got 1 rowon stmt: update: valid updatePASS: expected and got trueRow: 1986,Dan was here ERROR 42X31: Column 'C' is not in the FOR UPDATE list of cursor 'CS4395'.PASS: Attempt to update changed invalid cursor caughtPASS: expected and got trueRow: 1986,Dan was here bug4395 Cursor Name System GeneratedPASS: expected and got trueRow: 1986,Dan was here PASS: expected and got 1 rowon stmt: update: valid updatePASS: expected and got trueRow: 1996,Dan was here ERROR 42X31: Column 'C' is not in the FOR UPDATE list of cursor 'SQLCUR3'.PASS: Attempt to update changed invalid cursor caughtPASS: expected and got trueRow: 1996,Dan was here PASS: update test completePASS: expected and got 0 rowson stmt: drop table tPASS: expected and got 0 rowson stmt: drop table sPASS: teardown completePASSTest currentof finished
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -