We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ca2a7 commit 8378f2dCopy full SHA for 8378f2d
django_cockroachdb_gis/features.py
@@ -8,8 +8,6 @@
8
9
class DatabaseFeatures(CockroachFeatures, PostGISFeatures):
10
supports_raster = False
11
- # Not supported: https://github.com/cockroachdb/cockroach/issues/57092
12
- supports_left_right_lookups = False
13
# unimplemented: column point is of type geometry and thus is not indexable
14
# https://go.crdb.dev/issue/35730
15
supports_geometry_field_unique_index = False
0 commit comments