server/sources/rql2sql.py
changeset 9492 c7fc56eecd1a
parent 9361 0542a85fe667
child 9518 54ead5f372bb
equal deleted inserted replaced
9484:31f070752462 9492:c7fc56eecd1a
   686     SQL is designed to be used with a CubicWeb SQL schema
   686     SQL is designed to be used with a CubicWeb SQL schema
   687 
   687 
   688     Groups and sort are not handled here since they should not be handled at
   688     Groups and sort are not handled here since they should not be handled at
   689     this level (see cubicweb.server.querier)
   689     this level (see cubicweb.server.querier)
   690 
   690 
   691     we should not have errors here !
   691     we should not have errors here!
   692 
   692 
   693     WARNING: a CubicWebSQLGenerator instance is not thread safe, but generate is
   693     WARNING: a CubicWebSQLGenerator instance is not thread safe, but generate is
   694     protected by a lock
   694     protected by a lock
   695     """
   695     """
   696 
   696