schema.py
changeset 11146 517e7cdd7b1b
parent 11039 6424a2e112f5
--- a/schema.py	Wed Feb 17 17:20:29 2016 +0100
+++ b/schema.py	Wed Feb 17 14:00:39 2016 +0100
@@ -1140,12 +1140,6 @@
 
 # additional cw specific constraints ###########################################
 
-# these are implemented as CHECK constraints in sql, don't do the work
-# twice
-StaticVocabularyConstraint.check = lambda *args: True
-IntervalBoundConstraint.check = lambda *args: True
-BoundaryConstraint.check = lambda *args: True
-
 class BaseRQLConstraint(RRQLExpression, BaseConstraint):
     """base class for rql constraints"""
     distinct_query = None