Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 76c39cf

Browse files
committed
Sigh, I missed checking the ecpg tests ...
1 parent bb3f839 commit 76c39cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/interfaces/ecpg/test/expected/preproc-whenever.stderr

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Warning: At least one column was truncated
3232
[NO_PID]: ecpg_execute on line 39: using PQexec
3333
[NO_PID]: sqlca: code: 0, state: 00000
3434
[NO_PID]: ecpg_check_PQresult on line 39: ERROR: relation "nonexistant" does not exist
35+
LINE 1: select * from nonexistant
36+
^
3537
[NO_PID]: sqlca: code: 0, state: 00000
3638
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 39: relation "nonexistant" does not exist on line 39
3739
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -43,6 +45,8 @@ sql error: relation "nonexistant" does not exist on line 39
4345
[NO_PID]: ecpg_execute on line 43: using PQexec
4446
[NO_PID]: sqlca: code: 0, state: 00000
4547
[NO_PID]: ecpg_check_PQresult on line 43: ERROR: relation "nonexistant" does not exist
48+
LINE 1: select * from nonexistant
49+
^
4650
[NO_PID]: sqlca: code: 0, state: 00000
4751
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 43: relation "nonexistant" does not exist on line 43
4852
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -55,6 +59,8 @@ sql error: relation "nonexistant" does not exist on line 43
5559
[NO_PID]: ecpg_execute on line 47: using PQexec
5660
[NO_PID]: sqlca: code: 0, state: 00000
5761
[NO_PID]: ecpg_check_PQresult on line 47: ERROR: relation "nonexistant" does not exist
62+
LINE 1: select * from nonexistant
63+
^
5864
[NO_PID]: sqlca: code: 0, state: 00000
5965
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 47: relation "nonexistant" does not exist on line 47
6066
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -67,6 +73,8 @@ sql error: relation "nonexistant" does not exist on line 47
6773
[NO_PID]: ecpg_execute on line 51: using PQexec
6874
[NO_PID]: sqlca: code: 0, state: 00000
6975
[NO_PID]: ecpg_check_PQresult on line 51: ERROR: relation "nonexistant" does not exist
76+
LINE 1: select * from nonexistant
77+
^
7078
[NO_PID]: sqlca: code: 0, state: 00000
7179
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 51: relation "nonexistant" does not exist on line 51
7280
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -77,6 +85,8 @@ sql error: relation "nonexistant" does not exist on line 47
7785
[NO_PID]: ecpg_execute on line 55: using PQexec
7886
[NO_PID]: sqlca: code: 0, state: 00000
7987
[NO_PID]: ecpg_check_PQresult on line 55: ERROR: relation "nonexistant" does not exist
88+
LINE 1: select * from nonexistant
89+
^
8090
[NO_PID]: sqlca: code: 0, state: 00000
8191
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 55: relation "nonexistant" does not exist on line 55
8292
[NO_PID]: sqlca: code: -400, state: 42P01

0 commit comments

Comments
 (0)