📄 pgtypeslib-num_test.stderr
字号:
[NO_PID]: ECPGdebug: set to 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT> [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGsetcommit line 34 action = off connection = regress1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 35: QUERY: create table test ( text char ( 5 ) , num numeric ( 14 , 7 ) ) with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 35: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 35 Ok: CREATE TABLE[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 60: QUERY: insert into test ( text , num ) values ( 'test' , $1 ) with 1 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 60: using PQexecParams [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: free_params line 60: parameter 1 = 2369.7[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 60 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 66: QUERY: select num from test where text = 'test' with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 66: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 66: Correctly got 1 tuples with 1 fields[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 66: RESULT: 2369.7000000 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGtrans line 90 action = rollback connection = regress1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_finish: Connection regress1 closed.[NO_PID]: sqlca: code: 0, state: 00000
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -