2006-08-02 10:14:04 -04:00
[NO_PID]: ECPGdebug: set to 1
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ECPGconnect: opening database ecpg1_regression on <DEFAULT> port <DEFAULT>
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_execute on line 35: query: set datestyle to mdy; with 0 parameter(s) on connection ecpg1_regression
2007-08-14 06:01:54 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_execute on line 35: using PQexec
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 35: OK: SET
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_execute on line 37: query: create table test ( a serial , b numeric ( 12 , 3 ) , c varchar , d varchar ( 3 ) , e char ( 4 ) , f timestamptz , g boolean , h box , i inet ); with 0 parameter(s) on connection ecpg1_regression
2007-08-14 06:01:54 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_execute on line 37: using PQexec
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 37: OK: CREATE TABLE
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_execute on line 38: query: insert into test ( b , c , d , e , f , g , h , i ) values ( 23.456 , 'varchar' , 'v' , 'c' , '2003-03-03 12:33:07 PDT' , true , '(1,2,3,4)' , '2001:4f8:3:ba:2e0:81ff:fe22:d1f1/128' ); with 0 parameter(s) on connection ecpg1_regression
2007-08-14 06:01:54 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_execute on line 38: using PQexec
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 38: OK: INSERT 0 1
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_execute on line 39: query: insert into test ( b , c , d , e , f , g , h , i ) values ( 2.446456 , null , 'v' , 'c' , '2003-03-03 12:33:07 PDT' , false , null , null ); with 0 parameter(s) on connection ecpg1_regression
2007-08-14 06:01:54 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_execute on line 39: using PQexec
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 39: OK: INSERT 0 1
2006-08-19 09:42:40 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_execute on line 42: query: select a , b , c , d , e , f , g , h , i from test order by a; with 0 parameter(s) on connection ecpg1_regression
2007-08-14 06:01:54 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_execute on line 42: using PQexec
2006-08-19 09:42:40 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 42: correctly got 2 tuples with 9 fields
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2014-01-16 16:06:50 -05:00
[NO_PID]: ecpg_process_output on line 42: putting result (2 tuples) into descriptor mydesc
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 1
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 43: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 43: RESULT: 1 offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 43: RESULT: 2 offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 2
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 44: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 44: RESULT: 23.456 offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 44: RESULT: 2.446 offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 3
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 45: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 45: RESULT: varchar offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 45: RESULT: offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 4
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 46: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 46: RESULT: v offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 46: RESULT: v offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 5
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 47: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 47: RESULT: c offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 47: RESULT: c offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 6
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 48: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 48: RESULT: Mon Mar 03 11:33:07 2003 PST offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 48: RESULT: Mon Mar 03 11:33:07 2003 PST offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 7
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 49: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 49: RESULT: t offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 49: RESULT: f offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2006-08-03 09:11:04 -04:00
[NO_PID]: ECPGget_desc: reading items for tuple 9
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2008-05-16 11:20:04 -04:00
[NO_PID]: ecpg_store_result on line 52: allocating memory for 2 tuples
2006-08-08 11:30:39 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 52: RESULT: 2001:4f8:3:ba:2e0:81ff:fe22:d1f1 offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2010-02-04 04:41:35 -05:00
[NO_PID]: ecpg_get_data on line 52: RESULT: offset: -1; array: no
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000
2016-07-17 18:42:31 -04:00
[NO_PID]: ecpg_finish: connection ecpg1_regression closed
2006-08-02 10:14:04 -04:00
[NO_PID]: sqlca: code: 0, state: 00000