cubicweb/server/test/unittest_rql2sql.py
changeset 12234 14fdd5888cbb
parent 11775 39cf9e55ada8
child 12235 03b94c9863de
equal deleted inserted replaced
12233:62918203b9fc 12234:14fdd5888cbb
  1260 
  1260 
  1261 def strip(text):
  1261 def strip(text):
  1262     return '\n'.join(l.strip() for l in text.strip().splitlines())
  1262     return '\n'.join(l.strip() for l in text.strip().splitlines())
  1263 
  1263 
  1264 class PostgresSQLGeneratorTC(RQLGeneratorTC):
  1264 class PostgresSQLGeneratorTC(RQLGeneratorTC):
       
  1265     maxDiff = None
  1265     backend = 'postgres'
  1266     backend = 'postgres'
  1266 
  1267 
  1267     def setUp(self):
  1268     def setUp(self):
  1268         self.__class__.schema = schema
  1269         self.__class__.schema = schema
  1269         super(PostgresSQLGeneratorTC, self).setUp()
  1270         super(PostgresSQLGeneratorTC, self).setUp()