diff --git a/django_cockroachdb_gis/features.py b/django_cockroachdb_gis/features.py index 42fdeb4a..4bd1c48c 100644 --- a/django_cockroachdb_gis/features.py +++ b/django_cockroachdb_gis/features.py @@ -8,8 +8,6 @@ class DatabaseFeatures(CockroachFeatures, PostGISFeatures): supports_raster = False - # Not supported: https://github.com/cockroachdb/cockroach/issues/57092 - supports_left_right_lookups = False # unimplemented: column point is of type geometry and thus is not indexable # https://go.crdb.dev/issue/35730 supports_geometry_field_unique_index = False