server/sources/rql2sql.py
branchstable
changeset 5280 7e13bb484a19
parent 5013 ad91f93bbb93
child 5302 dfd147de06b2
child 5421 8167de96c523
equal deleted inserted replaced
5279:42a37a50f2ff 5280:7e13bb484a19
    20 
    20 
    21       NOT IMPLEMENTED (and quite hard to implement)
    21       NOT IMPLEMENTED (and quite hard to implement)
    22 
    22 
    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 
       
    26 cross RDMS note : read `Comparison of different SQL implementations`_
       
    27 by Troels Arvin. Features SQL ISO Standard, PG, mysql, Oracle, MS SQL, DB2
       
    28 and Informix.
       
    29 
       
    30 .. _Comparison of different SQL implementations: http://www.troels.arvin.dk/db/rdbms 
    25 
    31 
    26 
    32 
    27 :organization: Logilab
    33 :organization: Logilab
    28 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    34 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    29 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    35 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr