diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-08-03 13:11:04 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-08-03 13:11:04 +0000 |
| commit | 27458bb4facc73d1d379dc425ac6ef6c26415204 (patch) | |
| tree | fe764225cb9b9dc7510a5b329343f951b16e82e2 /src/interfaces/ecpg/test/expected/sql-desc.stderr | |
| parent | 961ec0ce9ced80c030b15ac2447cc3eb09349062 (diff) | |
| download | postgresql-27458bb4facc73d1d379dc425ac6ef6c26415204.tar.gz | |
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-desc.stderr')
| -rw-r--r-- | src/interfaces/ecpg/test/expected/sql-desc.stderr | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-desc.stderr b/src/interfaces/ecpg/test/expected/sql-desc.stderr index f12f8d0fa4..c28be0561e 100644 --- a/src/interfaces/ecpg/test/expected/sql-desc.stderr +++ b/src/interfaces/ecpg/test/expected/sql-desc.stderr @@ -2,77 +2,77 @@ [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]: ECPGexecute line 28: QUERY: create table test1 ( a int , b text ) on connection regress1 +[NO_PID]: ECPGexecute line 29: QUERY: create table test1 ( a int , b text ) on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 28 Ok: CREATE TABLE +[NO_PID]: ECPGexecute line 29 Ok: CREATE TABLE [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGprepare line 29: QUERY: INSERT INTO test1 VALUES (?, ?) +[NO_PID]: ECPGprepare line 30: QUERY: INSERT INTO test1 VALUES (?, ?) [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGprepare line 30: QUERY: SELECT * from test1 where a = ? and b = ? +[NO_PID]: ECPGprepare line 31: QUERY: SELECT * from test1 where a = ? and b = ? [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGprepare line 31: QUERY: SELECT * from test1 where a = ? +[NO_PID]: ECPGprepare line 32: QUERY: SELECT * from test1 where a = ? [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 33: QUERY: INSERT INTO test1 VALUES ('1', '''one''') on connection regress1 +[NO_PID]: ECPGexecute line 34: QUERY: INSERT INTO test1 VALUES ('1', '''one''') on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 33 Ok: INSERT 0 1 +[NO_PID]: ECPGexecute line 34 Ok: INSERT 0 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 38: QUERY: INSERT INTO test1 VALUES ('2', null) on connection regress1 +[NO_PID]: ECPGexecute line 39: QUERY: INSERT INTO test1 VALUES ('2', null) on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 38 Ok: INSERT 0 1 +[NO_PID]: ECPGexecute line 39 Ok: INSERT 0 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 43: QUERY: SELECT * from test1 where a = '1' and b = '''one''' on connection regress1 +[NO_PID]: ECPGexecute line 44: QUERY: SELECT * from test1 where a = '1' and b = '''one''' on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 43: Correctly got 1 tuples with 2 fields +[NO_PID]: ECPGexecute line 44: Correctly got 1 tuples with 2 fields [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGexecute putting result (1 tuples) into descriptor 'outdesc' [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGget_desc: reading items for tuple 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 45: RESULT: 1 offset: -1 array: Yes +[NO_PID]: ECPGget_data line 46: RESULT: 1 offset: -1 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 49: QUERY: declare c1 cursor for SELECT * from test1 where a = '1' and b = '''one''' on connection regress1 +[NO_PID]: ECPGexecute line 50: QUERY: declare c1 cursor for SELECT * from test1 where a = '1' and b = '''one''' on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 49 Ok: DECLARE CURSOR +[NO_PID]: ECPGexecute line 50 Ok: DECLARE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 51: QUERY: fetch next from c1 on connection regress1 +[NO_PID]: ECPGexecute line 52: QUERY: fetch next from c1 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 51: Correctly got 1 tuples with 2 fields +[NO_PID]: ECPGexecute line 52: Correctly got 1 tuples with 2 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 51: RESULT: 1 offset: 4 array: Yes +[NO_PID]: ECPGget_data line 52: RESULT: 1 offset: 4 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 51: RESULT: 'one' offset: -1 array: Yes +[NO_PID]: ECPGget_data line 52: RESULT: 'one' offset: -1 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 54: QUERY: close c1 on connection regress1 +[NO_PID]: ECPGexecute line 56: QUERY: close c1 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 54 Ok: CLOSE CURSOR +[NO_PID]: ECPGexecute line 56 Ok: CLOSE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 60: QUERY: declare c2 cursor for SELECT * from test1 where a = '2' on connection regress1 +[NO_PID]: ECPGexecute line 62: QUERY: declare c2 cursor for SELECT * from test1 where a = '2' on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 60 Ok: DECLARE CURSOR +[NO_PID]: ECPGexecute line 62 Ok: DECLARE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 62: QUERY: fetch next from c2 on connection regress1 +[NO_PID]: ECPGexecute line 64: QUERY: fetch next from c2 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 62: Correctly got 1 tuples with 2 fields +[NO_PID]: ECPGexecute line 64: Correctly got 1 tuples with 2 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 62: RESULT: 2 offset: 4 array: Yes +[NO_PID]: ECPGget_data line 64: RESULT: 2 offset: 4 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 62: RESULT: offset: -1 array: Yes +[NO_PID]: ECPGget_data line 64: RESULT: offset: -1 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 65: QUERY: close c2 on connection regress1 +[NO_PID]: ECPGexecute line 67: QUERY: close c2 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 65 Ok: CLOSE CURSOR +[NO_PID]: ECPGexecute line 67 Ok: CLOSE CURSOR [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 67: QUERY: select * from test1 where a = 2 on connection regress1 +[NO_PID]: ECPGexecute line 69: QUERY: select * from test1 where a = 2 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 67: Correctly got 1 tuples with 2 fields +[NO_PID]: ECPGexecute line 69: Correctly got 1 tuples with 2 fields [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 67: RESULT: 2 offset: 4 array: Yes +[NO_PID]: ECPGget_data line 69: RESULT: 2 offset: 4 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGget_data line 67: RESULT: offset: -1 array: Yes +[NO_PID]: ECPGget_data line 69: RESULT: offset: -1 array: Yes [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 70: QUERY: drop table test1 on connection regress1 +[NO_PID]: ECPGexecute line 72: QUERY: drop table test1 on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ECPGexecute line 70 Ok: DROP TABLE +[NO_PID]: ECPGexecute line 72 Ok: DROP TABLE [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_finish: Connection regress1 closed. [NO_PID]: sqlca: code: 0, state: 00000 |
