# HG changeset patch # User Alexandre Fayolle # Date 1271334598 -7200 # Node ID 7e13bb484a194449b34e2c8100ce8cf6ae006de0 # Parent 42a37a50f2ffd9cdabcda11253fa4aef1d42eac5 added note about interesting page about SQL implementation differences diff -r 42a37a50f2ff -r 7e13bb484a19 server/sources/rql2sql.py --- a/server/sources/rql2sql.py Thu Apr 15 14:27:43 2010 +0200 +++ b/server/sources/rql2sql.py Thu Apr 15 14:29:58 2010 +0200 @@ -23,6 +23,12 @@ Potential optimization information is collected by the querier, sql generation is done according to this information +cross RDMS note : read `Comparison of different SQL implementations`_ +by Troels Arvin. Features SQL ISO Standard, PG, mysql, Oracle, MS SQL, DB2 +and Informix. + +.. _Comparison of different SQL implementations: http://www.troels.arvin.dk/db/rdbms + :organization: Logilab :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.