server/sources/rql2sql.py
changeset 4252 6c4f109c2b03
parent 4212 ab6573088b4a
child 4286 6801093af29c
equal deleted inserted replaced
4251:3c6569be1f86 4252:6c4f109c2b03
    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), license is LGPL v2.
    28 :copyright: 2001-2010 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 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    31 """
    31 """
    32 __docformat__ = "restructuredtext en"
    32 __docformat__ = "restructuredtext en"
    33 
    33