Skip to content

Commit 5acc6bb

Browse files
authored
Merge pull request IvorySQL#1145 from jiaoshuntian/master_fix2026
Fix regression failures caused by the new year
2 parents e665bff + 902e829 commit 5acc6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oracle_test/regress/expected/horology.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ ERROR: date/time field value out of range: "2016 367"
17061706
SELECT to_date('0000-02-01','YYYY-MM-DD'); -- allowed, though it shouldn't be
17071707
to_date
17081708
------------
1709-
2025-02-01
1709+
2026-02-01
17101710
(1 row)
17111711

17121712
-- to_char's TZ format code produces zone abbrev if known

0 commit comments

Comments
 (0)