We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f72fb commit 04e6af6Copy full SHA for 04e6af6
1 file changed
packages/django-google-spanner/django_spanner/features.py
@@ -56,8 +56,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
56
# Spanner does not support SELECTing an arbitrary expression that also
57
# appears in the GROUP BY clause.
58
supports_subqueries_in_group_by = False
59
- uses_savepoints = True
60
- can_rollback_tests = False # Spanner savepoints are no-ops; rely on flush.
+ uses_savepoints = False
61
supports_aggregate_filter_clause = False
62
# Spanner does not support expression indexes
63
# example: CREATE INDEX index_name ON table (LOWER(column_name))
0 commit comments