Skip to content

Commit 14914e0

Browse files
committed
Fix unexpected side-effect of changes for case insensitivity of timezone names.
1 parent 3e584e0 commit 14914e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ecpg/test/expected/sql-show.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[NO_PID]: sqlca: code: 0, state: 00000
3131
[NO_PID]: ECPGexecute line 27: Correctly got 1 tuples with 1 fields
3232
[NO_PID]: sqlca: code: 0, state: 00000
33-
[NO_PID]: ECPGget_data line 27: RESULT: pst8pdt offset: -1 array: Yes
33+
[NO_PID]: ECPGget_data line 27: RESULT: PST8PDT offset: -1 array: Yes
3434
[NO_PID]: sqlca: code: 0, state: 00000
3535
[NO_PID]: ECPGexecute line 30: QUERY: set transaction isolation level read committed on connection regress1
3636
[NO_PID]: sqlca: code: 0, state: 00000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Var: Search path: public
22
Var: Standard conforming strings: off
3-
Time Zone: pst8pdt
3+
Time Zone: PST8PDT
44
Transaction isolation level: read committed

0 commit comments

Comments
 (0)