Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 2a22cf077c98423144f0577b2922c94816b438a4
https://github.com/pgadmin-org/pgadmin4/commit/2a22cf077c98423144f0577b2922c94816b438a4
Author: Khushboo Vashi <[email protected]>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/templates/tables/sql/default/get_types_where_condition.sql
M web/pgadmin/utils/driver/psycopg3/typecast.py
M web/regression/feature_tests/datatype_test.json
M web/regression/feature_tests/pg_datatype_validation_test.py
M web/regression/feature_utils/base_feature_test.py
Log Message:
-----------
Fix circular reference error for the multirange data types in the query tool.
#6221
Add support for the multirange data types.