mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-16 10:15:24 -06:00
Fix support for time without timezone. Fixes #2881
This commit is contained in:
parent
5fd3a7dd3d
commit
2579458091
@ -81,8 +81,8 @@ pg_types_to_string_type = psycopg2.extensions.new_type(
|
||||
# date, timestamp, timestamptz, bigint, double precision
|
||||
1700, 1082, 1114, 1184, 20, 701,
|
||||
|
||||
# real
|
||||
700
|
||||
# real, time without time zone
|
||||
700, 1083, 1183
|
||||
),
|
||||
'TYPECAST_TO_STRING', psycopg2.STRING
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user