diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-init.stderr')
-rw-r--r-- | src/interfaces/ecpg/test/expected/preproc-init.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-init.stderr b/src/interfaces/ecpg/test/expected/preproc-init.stderr index 22085a25673..1b6fa18d614 100644 --- a/src/interfaces/ecpg/test/expected/preproc-init.stderr +++ b/src/interfaces/ecpg/test/expected/preproc-init.stderr @@ -1,14 +1,14 @@ [NO_PID]: ECPGdebug: set to 1 [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: raising sqlcode -220 on line 88: no such connection NULL on line 88 +[NO_PID]: raising sqlcode -220 on line 88: connection "NULL" does not exist on line 88 [NO_PID]: sqlca: code: -220, state: 08003 -[NO_PID]: raising sqlcode -220 on line 90: no such connection NULL on line 90 +[NO_PID]: raising sqlcode -220 on line 90: connection "NULL" does not exist on line 90 [NO_PID]: sqlca: code: -220, state: 08003 -[NO_PID]: raising sqlcode -220 on line 92: no such connection NULL on line 92 +[NO_PID]: raising sqlcode -220 on line 92: connection "NULL" does not exist on line 92 [NO_PID]: sqlca: code: -220, state: 08003 -[NO_PID]: raising sqlcode -220 on line 94: no such connection NULL on line 94 +[NO_PID]: raising sqlcode -220 on line 94: connection "NULL" does not exist on line 94 [NO_PID]: sqlca: code: -220, state: 08003 -[NO_PID]: raising sqlcode -220 on line 96: no such connection NULL on line 96 +[NO_PID]: raising sqlcode -220 on line 96: connection "NULL" does not exist on line 96 [NO_PID]: sqlca: code: -220, state: 08003 -[NO_PID]: raising sqlcode -220 on line 98: no such connection NULL on line 98 +[NO_PID]: raising sqlcode -220 on line 98: connection "NULL" does not exist on line 98 [NO_PID]: sqlca: code: -220, state: 08003 |