File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
activerecord/lib/active_record/connection_adapters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 358
358
parser (3.2.1.1 )
359
359
ast (~> 2.4.1 )
360
360
path_expander (1.1.1 )
361
- pg (1.4.5 )
361
+ pg (1.5.1 )
362
362
propshaft (0.6.4 )
363
363
actionpack (>= 7.0.0 )
364
364
activesupport (>= 7.0.0 )
Original file line number Diff line number Diff line change @@ -1096,7 +1096,7 @@ def update_typemap_for_default_timezone
1096
1096
PG ::TextDecoder ::TimestampUtc :
1097
1097
PG ::TextDecoder ::TimestampWithoutTimeZone
1098
1098
1099
- @timestamp_decoder = decoder_class . new ( @timestamp_decoder . to_h )
1099
+ @timestamp_decoder = decoder_class . new ( ** @timestamp_decoder . to_h )
1100
1100
@raw_connection . type_map_for_results . add_coder ( @timestamp_decoder )
1101
1101
1102
1102
@mapped_default_timezone = default_timezone
You can’t perform that action at this time.
0 commit comments