📄 nullsqltext.out
字号:
Test nullSQLText startingTest prepareStatement with null argumentFAIL -- expected exceptionNull SQL String ExceptionTest execute with null argumentFAIL -- expected exceptionNull SQL String ExceptionTest executeQuery with null argumentFAIL -- expected exceptionNull SQL String ExceptionTest executeUpdate with null argumentFAIL -- expected exceptionNull SQL String ExceptionStarting test for DERBY-522.[ Test Statement ]: --[ EXPECTED ERROR ]: ERROR 42X01: Syntax error: Encountered "<EOF>" at line 1, column 2.[ Test Statement ]: -- [ EXPECTED ERROR ]: ERROR 42X01: Syntax error: Encountered "<EOF>" at line 1, column 2.[ Test Statement ]: -- This is a comment --[ EXPECTED ERROR ]: ERROR 42X01: Syntax error: Encountered "<EOF>" at line 2, column 3.[ Test Statement ]: -- This is a comment --And another -- Andonemore[ EXPECTED ERROR ]: ERROR 42X01: Syntax error: Encountered "<EOF>" at line 3, column 14.[ Test Statement ]: --values 2, 4, 8[ Results ]: 2 4 8[ Test Statement ]: -- This is -- --3 commentsvalues 8[ Results ]: 8[ Test Statement ]: -- This is a comment --And another -- Andonemorevalues (2,3)[ Results ]: 2[ Test Statement ]: -- This is a comment select i from t1[ Results ]: 1 2 3 4 5 6 7[ Test Statement ]: --singleword insert into t1 values (8)[ Results ]: (NO RESULT SET)[ Test Statement ]: --singlewordcall za()[ Results ]: (NO RESULT SET)[ Test Statement ]: -- leading comment(values 4, 8)[ Results ]: 4 8[ Test Statement ]: -- leading comment(values 4, 8)[ Results ]: 4 8[ Test Statement ]:select i from t1 -- This is a comment[ Results ]: 1 2 3 4 5 6 7 8[ Test Statement ]:select i from t1 -- This is a comment[ Results ]: 1 2 3 4 5 6 7 8[ Test Statement ]:values 8, 4, 2 --[ Results ]: 8 4 2[ Test Statement ]:values 8, 4, -- middle comment2 -- end[ Results ]: 8 4 2[ Test Statement ]:values 8, 4, -- middle comment2 -- end[ Results ]: 8 4 2DERBY-522 test completed.Test nullSQLText finished
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -