summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/requirements.py b/test/requirements.py
index aac376dba..cf9168f5a 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -1611,3 +1611,8 @@ class DefaultRequirements(SuiteRequirements):
@property
def computed_columns_reflect_persisted(self):
return self.computed_columns + skip_if("oracle")
+
+ @property
+ def supports_distinct_on(self):
+ """If a backend supports the DISTINCT ON in a select"""
+ return only_if(["postgresql"])