mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
Fix hadling of DATERANGE[] type. Fixes #2258
This commit is contained in:
parent
6abb906b20
commit
e9702752d9
@ -56,8 +56,8 @@ psycopg2.extensions.register_type(
|
||||
(
|
||||
# To cast bytea and interval type
|
||||
17, 1186,
|
||||
# to cast int4range, int8range, numrange tsrange, tstzrange
|
||||
3904,3926, 3906, 3908, 3910, 3912,
|
||||
# to cast int4range, int8range, numrange tsrange, tstzrange, daterange
|
||||
3904,3926, 3906, 3908, 3910, 3912, 3913,
|
||||
# date, timestamp, timestamptz, bigint, double precision
|
||||
1700, 1082, 1114, 1184, 20, 701
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user