OSDN Git Service

- Moved from PQsetdbLogin to PQconnectDB.
[pg-rex/syncrep.git] / src / interfaces / ecpg / test / expected / preproc-autoprep.stderr
1 [NO_PID]: ECPGdebug: set to 1
2 [NO_PID]: sqlca: code: 0, state: 00000
3 [NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT>  
4 [NO_PID]: sqlca: code: 0, state: 00000
5 [NO_PID]: ecpg_auto_prepare line 19: stmt not in cache; inserting
6 [NO_PID]: sqlca: code: 0, state: 00000
7 [NO_PID]: ECPGprepare line 19: NAME: ecpg1 QUERY: create  table T ( Item1 int   , Item2 int   )    
8 [NO_PID]: sqlca: code: 0, state: 00000
9 [NO_PID]: ecpg_execute line 19: QUERY: create  table T ( Item1 int   , Item2 int   )     with 0 parameter on connection regress1 
10 [NO_PID]: sqlca: code: 0, state: 00000
11 [NO_PID]: ecpg_execute line 19: using PQexecPrepared for create  table T ( Item1 int   , Item2 int   )    
12 [NO_PID]: sqlca: code: 0, state: 00000
13 [NO_PID]: ecpg_execute line 19 Ok: CREATE TABLE
14 [NO_PID]: sqlca: code: 0, state: 00000
15 [NO_PID]: ecpg_auto_prepare line 21: stmt not in cache; inserting
16 [NO_PID]: sqlca: code: 0, state: 00000
17 [NO_PID]: ECPGprepare line 21: NAME: ecpg2 QUERY: insert into T values ( 1 , null ) 
18 [NO_PID]: sqlca: code: 0, state: 00000
19 [NO_PID]: ecpg_execute line 21: QUERY: insert into T values ( 1 , null )  with 0 parameter on connection regress1 
20 [NO_PID]: sqlca: code: 0, state: 00000
21 [NO_PID]: ecpg_execute line 21: using PQexecPrepared for insert into T values ( 1 , null ) 
22 [NO_PID]: sqlca: code: 0, state: 00000
23 [NO_PID]: ecpg_execute line 21 Ok: INSERT 0 1
24 [NO_PID]: sqlca: code: 0, state: 00000
25 [NO_PID]: ecpg_auto_prepare line 22: stmt not in cache; inserting
26 [NO_PID]: sqlca: code: 0, state: 00000
27 [NO_PID]: ECPGprepare line 22: NAME: ecpg3 QUERY: insert into T values ( 1 ,  $1  ) 
28 [NO_PID]: sqlca: code: 0, state: 00000
29 [NO_PID]: ecpg_execute line 22: QUERY: insert into T values ( 1 ,  $1  )  with 1 parameter on connection regress1 
30 [NO_PID]: sqlca: code: 0, state: 00000
31 [NO_PID]: ecpg_execute line 22: using PQexecPrepared for insert into T values ( 1 ,  $1  ) 
32 [NO_PID]: sqlca: code: 0, state: 00000
33 [NO_PID]: free_params line 22: parameter 1 = 1
34 [NO_PID]: sqlca: code: 0, state: 00000
35 [NO_PID]: ecpg_execute line 22 Ok: INSERT 0 1
36 [NO_PID]: sqlca: code: 0, state: 00000
37 [NO_PID]: ecpg_auto_prepare line 24: stmt found in cache, entry 6248
38 [NO_PID]: sqlca: code: 0, state: 00000
39 [NO_PID]: ecpg_execute line 24: QUERY: insert into T values ( 1 ,  $1  )  with 1 parameter on connection regress1 
40 [NO_PID]: sqlca: code: 0, state: 00000
41 [NO_PID]: ecpg_execute line 24: using PQexecPrepared for insert into T values ( 1 ,  $1  ) 
42 [NO_PID]: sqlca: code: 0, state: 00000
43 [NO_PID]: free_params line 24: parameter 1 = 2
44 [NO_PID]: sqlca: code: 0, state: 00000
45 [NO_PID]: ecpg_execute line 24 Ok: INSERT 0 1
46 [NO_PID]: sqlca: code: 0, state: 00000
47 [NO_PID]: ECPGprepare line 25: NAME: i QUERY:  insert into T values ( 1 , 2 )  
48 [NO_PID]: sqlca: code: 0, state: 00000
49 [NO_PID]: ecpg_execute line 26: QUERY:  insert into T values ( 1 , 2 )   with 0 parameter on connection regress1 
50 [NO_PID]: sqlca: code: 0, state: 00000
51 [NO_PID]: ecpg_execute line 26: using PQexecPrepared for  insert into T values ( 1 , 2 )  
52 [NO_PID]: sqlca: code: 0, state: 00000
53 [NO_PID]: ecpg_execute line 26 Ok: INSERT 0 1
54 [NO_PID]: sqlca: code: 0, state: 00000
55 [NO_PID]: ecpg_auto_prepare line 28: stmt not in cache; inserting
56 [NO_PID]: sqlca: code: 0, state: 00000
57 [NO_PID]: ECPGprepare line 28: NAME: ecpg4 QUERY: select  Item2  from T    order by Item2  nulls last
58 [NO_PID]: sqlca: code: 0, state: 00000
59 [NO_PID]: ecpg_execute line 28: QUERY: select  Item2  from T    order by Item2  nulls last with 0 parameter on connection regress1 
60 [NO_PID]: sqlca: code: 0, state: 00000
61 [NO_PID]: ecpg_execute line 28: using PQexecPrepared for select  Item2  from T    order by Item2  nulls last
62 [NO_PID]: sqlca: code: 0, state: 00000
63 [NO_PID]: ecpg_execute line 28: Correctly got 4 tuples with 1 fields
64 [NO_PID]: sqlca: code: 0, state: 00000
65 [NO_PID]: ecpg_get_data line 28: RESULT: 1 offset: -1 array: Yes
66 [NO_PID]: sqlca: code: 0, state: 00000
67 [NO_PID]: ecpg_get_data line 28: RESULT: 2 offset: -1 array: Yes
68 [NO_PID]: sqlca: code: 0, state: 00000
69 [NO_PID]: ecpg_get_data line 28: RESULT: 2 offset: -1 array: Yes
70 [NO_PID]: sqlca: code: 0, state: 00000
71 [NO_PID]: ecpg_get_data line 28: RESULT:  offset: -1 array: Yes
72 [NO_PID]: sqlca: code: 0, state: 00000
73 [NO_PID]: ecpg_auto_prepare line 35: stmt not in cache; inserting
74 [NO_PID]: sqlca: code: 0, state: 00000
75 [NO_PID]: ECPGprepare line 35: NAME: ecpg5 QUERY: declare C  cursor  for select  Item1  from T   
76 [NO_PID]: sqlca: code: 0, state: 00000
77 [NO_PID]: ecpg_execute line 35: QUERY: declare C  cursor  for select  Item1  from T    with 0 parameter on connection regress1 
78 [NO_PID]: sqlca: code: 0, state: 00000
79 [NO_PID]: ecpg_execute line 35: using PQexecPrepared for declare C  cursor  for select  Item1  from T   
80 [NO_PID]: sqlca: code: 0, state: 00000
81 [NO_PID]: ecpg_execute line 35 Ok: DECLARE CURSOR
82 [NO_PID]: sqlca: code: 0, state: 00000
83 [NO_PID]: ecpg_auto_prepare line 37: stmt not in cache; inserting
84 [NO_PID]: sqlca: code: 0, state: 00000
85 [NO_PID]: ECPGprepare line 37: NAME: ecpg6 QUERY: fetch 1 in C
86 [NO_PID]: sqlca: code: 0, state: 00000
87 [NO_PID]: ecpg_execute line 37: QUERY: fetch 1 in C with 0 parameter on connection regress1 
88 [NO_PID]: sqlca: code: 0, state: 00000
89 [NO_PID]: ecpg_execute line 37: using PQexecPrepared for fetch 1 in C
90 [NO_PID]: sqlca: code: 0, state: 00000
91 [NO_PID]: ecpg_execute line 37: Correctly got 1 tuples with 1 fields
92 [NO_PID]: sqlca: code: 0, state: 00000
93 [NO_PID]: ecpg_get_data line 37: RESULT: 1 offset: -1 array: Yes
94 [NO_PID]: sqlca: code: 0, state: 00000
95 [NO_PID]: ecpg_auto_prepare line 40: stmt not in cache; inserting
96 [NO_PID]: sqlca: code: 0, state: 00000
97 [NO_PID]: ECPGprepare line 40: NAME: ecpg7 QUERY: close C
98 [NO_PID]: sqlca: code: 0, state: 00000
99 [NO_PID]: ecpg_execute line 40: QUERY: close C with 0 parameter on connection regress1 
100 [NO_PID]: sqlca: code: 0, state: 00000
101 [NO_PID]: ecpg_execute line 40: using PQexecPrepared for close C
102 [NO_PID]: sqlca: code: 0, state: 00000
103 [NO_PID]: ecpg_execute line 40 Ok: CLOSE CURSOR
104 [NO_PID]: sqlca: code: 0, state: 00000
105 [NO_PID]: ecpg_auto_prepare line 42: stmt not in cache; inserting
106 [NO_PID]: sqlca: code: 0, state: 00000
107 [NO_PID]: ECPGprepare line 42: NAME: ecpg8 QUERY: drop table T 
108 [NO_PID]: sqlca: code: 0, state: 00000
109 [NO_PID]: ecpg_execute line 42: QUERY: drop table T  with 0 parameter on connection regress1 
110 [NO_PID]: sqlca: code: 0, state: 00000
111 [NO_PID]: ecpg_execute line 42: using PQexecPrepared for drop table T 
112 [NO_PID]: sqlca: code: 0, state: 00000
113 [NO_PID]: ecpg_execute line 42 Ok: DROP TABLE
114 [NO_PID]: sqlca: code: 0, state: 00000
115 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg8
116 [NO_PID]: sqlca: code: 0, state: 00000
117 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg7
118 [NO_PID]: sqlca: code: 0, state: 00000
119 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg6
120 [NO_PID]: sqlca: code: 0, state: 00000
121 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg5
122 [NO_PID]: sqlca: code: 0, state: 00000
123 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg4
124 [NO_PID]: sqlca: code: 0, state: 00000
125 [NO_PID]: ECPGdeallocate line 0: NAME: i
126 [NO_PID]: sqlca: code: 0, state: 00000
127 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg3
128 [NO_PID]: sqlca: code: 0, state: 00000
129 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg2
130 [NO_PID]: sqlca: code: 0, state: 00000
131 [NO_PID]: ECPGdeallocate line 0: NAME: ecpg1
132 [NO_PID]: sqlca: code: 0, state: 00000
133 [NO_PID]: ecpg_finish: Connection regress1 closed.
134 [NO_PID]: sqlca: code: 0, state: 00000