~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/interfaces/ecpg/test/expected/preproc-define.stderr

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_execute on line 36: query: create table test ( name char ( 8 ) , amount int , letter char ( 1 ) ); with 0 parameter(s) on connection regress1
 
6
[NO_PID]: sqlca: code: 0, state: 00000
 
7
[NO_PID]: ecpg_execute on line 36: using PQexec
 
8
[NO_PID]: sqlca: code: 0, state: 00000
 
9
[NO_PID]: ecpg_execute on line 36: OK: CREATE TABLE
 
10
[NO_PID]: sqlca: code: 0, state: 00000
 
11
[NO_PID]: ECPGtrans on line 37: action "commit"; connection "regress1"
 
12
[NO_PID]: sqlca: code: 0, state: 00000
 
13
[NO_PID]: ecpg_execute on line 39: query: insert into Test ( name , amount , letter ) values ( 'false' , 1 , 'f' ); with 0 parameter(s) on connection regress1
 
14
[NO_PID]: sqlca: code: 0, state: 00000
 
15
[NO_PID]: ecpg_execute on line 39: using PQexec
 
16
[NO_PID]: sqlca: code: 0, state: 00000
 
17
[NO_PID]: ecpg_execute on line 39: OK: INSERT 0 1
 
18
[NO_PID]: sqlca: code: 0, state: 00000
 
19
[NO_PID]: ecpg_execute on line 40: query: insert into test ( name , amount , letter ) values ( 'true' , 2 , 't' ); with 0 parameter(s) on connection regress1
 
20
[NO_PID]: sqlca: code: 0, state: 00000
 
21
[NO_PID]: ecpg_execute on line 40: using PQexec
 
22
[NO_PID]: sqlca: code: 0, state: 00000
 
23
[NO_PID]: ecpg_execute on line 40: OK: INSERT 0 1
 
24
[NO_PID]: sqlca: code: 0, state: 00000
 
25
[NO_PID]: ECPGtrans on line 41: action "commit"; connection "regress1"
 
26
[NO_PID]: sqlca: code: 0, state: 00000
 
27
[NO_PID]: ecpg_execute on line 43: query: select * from test; with 0 parameter(s) on connection regress1
 
28
[NO_PID]: sqlca: code: 0, state: 00000
 
29
[NO_PID]: ecpg_execute on line 43: using PQexec
 
30
[NO_PID]: sqlca: code: 0, state: 00000
 
31
[NO_PID]: ecpg_execute on line 43: correctly got 2 tuples with 3 fields
 
32
[NO_PID]: sqlca: code: 0, state: 00000
 
33
[NO_PID]: ecpg_get_data on line 43: RESULT: false    offset: -1; array: yes
 
34
[NO_PID]: sqlca: code: 0, state: 00000
 
35
[NO_PID]: ecpg_get_data on line 43: RESULT: true     offset: -1; array: yes
 
36
[NO_PID]: sqlca: code: 0, state: 00000
 
37
[NO_PID]: ecpg_get_data on line 43: RESULT: 1 offset: -1; array: yes
 
38
[NO_PID]: sqlca: code: 0, state: 00000
 
39
[NO_PID]: ecpg_get_data on line 43: RESULT: 2 offset: -1; array: yes
 
40
[NO_PID]: sqlca: code: 0, state: 00000
 
41
[NO_PID]: ecpg_get_data on line 43: RESULT: f offset: -1; array: yes
 
42
[NO_PID]: sqlca: code: 0, state: 00000
 
43
[NO_PID]: ecpg_get_data on line 43: RESULT: t offset: -1; array: yes
 
44
[NO_PID]: sqlca: code: 0, state: 00000
 
45
[NO_PID]: ecpg_execute on line 56: query: drop table test; with 0 parameter(s) on connection regress1
 
46
[NO_PID]: sqlca: code: 0, state: 00000
 
47
[NO_PID]: ecpg_execute on line 56: using PQexec
 
48
[NO_PID]: sqlca: code: 0, state: 00000
 
49
[NO_PID]: ecpg_execute on line 56: OK: DROP TABLE
 
50
[NO_PID]: sqlca: code: 0, state: 00000
 
51
[NO_PID]: ECPGtrans on line 57: action "commit"; connection "regress1"
 
52
[NO_PID]: sqlca: code: 0, state: 00000
 
53
[NO_PID]: ecpg_finish: connection regress1 closed
 
54
[NO_PID]: sqlca: code: 0, state: 00000