server/sources/rql2sql.py
changeset 1977 606923dff11b
parent 1862 94dc8ccd320b
child 2073 173c646981a7
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    23 Potential optimization information is collected by the querier, sql generation
    23 Potential optimization information is collected by the querier, sql generation
    24 is done according to this information
    24 is done according to this information
    25 
    25 
    26 
    26 
    27 :organization: Logilab
    27 :organization: Logilab
    28 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    28 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    29 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    29 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    30 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    30 """
    31 """
    31 __docformat__ = "restructuredtext en"
    32 __docformat__ = "restructuredtext en"
    32 
    33 
    33 import threading
    34 import threading
    34 
    35