You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/ecpg/test/connect/test5.pgc
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ exec sql end declare section;
55
55
exec sql connect to 'unix:postgresql://localhost/ecpg2_regression' as main user :user USING "connectpw";
56
56
exec sql disconnect main;
57
57
58
-
exec sql connect to unix:postgresql://localhost/ecpg2_regression?connect_timeout=180&client_encoding=latin1 as main user regress_ecpg_user1/connectpw;
58
+
exec sql connect to unix:postgresql://localhost/ecpg2_regression?connect_timeout=180&client_encoding=sql_ascii as main user regress_ecpg_user1/connectpw;
59
59
exec sql disconnect main;
60
60
61
61
exec sql connect to "unix:postgresql://200.46.204.71/ecpg2_regression" as main user regress_ecpg_user1/connectpw;
Copy file name to clipboardExpand all lines: src/interfaces/ecpg/test/expected/connect-test5.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
[NO_PID]: sqlca: code: 0, state: 00000
51
51
[NO_PID]: ecpg_finish: connection main closed
52
52
[NO_PID]: sqlca: code: 0, state: 00000
53
-
[NO_PID]: ECPGconnect: opening database ecpg2_regression on <DEFAULT> port <DEFAULT> with options connect_timeout=180 & client_encoding=latin1 for user regress_ecpg_user1
53
+
[NO_PID]: ECPGconnect: opening database ecpg2_regression on <DEFAULT> port <DEFAULT> with options connect_timeout=180 & client_encoding=sql_ascii for user regress_ecpg_user1
0 commit comments