server/sources/rql2sql.py
changeset 5302 dfd147de06b2
parent 5016 b3b0b808a0ed
parent 5280 7e13bb484a19
child 5423 e15abfdcce38
equal deleted inserted replaced
5298:66b0987716f9 5302:dfd147de06b2
    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