@@ -28,7 +28,6 @@ def setUp(self):
2828 {"name" : "circle_col" , "type" : "circle" },
2929 {"name" : "xml_col" , "type" : "xml" },
3030 {"name" : "composite_col" , "type" : "person_composite" },
31- {"name" : "int_range_col" , "type" : "int4range" },
3231 ],
3332 "name" : Unsupported .table_name }
3433 with get_test_connection () as conn :
@@ -53,7 +52,6 @@ def test_catalog(self):
5352 ('properties' , 'bit_string_col' ): {'sql-datatype' : 'bit(5)' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
5453 ('properties' , 'line_col' ): {'sql-datatype' : 'line' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
5554 ('properties' , 'xml_col' ): {'sql-datatype' : 'xml' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
56- ('properties' , 'int_range_col' ): {'sql-datatype' : 'int4range' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
5755 ('properties' , 'circle_col' ): {'sql-datatype' : 'circle' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
5856 ('properties' , 'polygon_col' ): {'sql-datatype' : 'polygon' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
5957 ('properties' , 'box_col' ): {'sql-datatype' : 'box' , 'selected-by-default' : False , 'inclusion' : 'unsupported' },
0 commit comments