server/sources/rql2sql.py
changeset 5302 dfd147de06b2
parent 5016 b3b0b808a0ed
parent 5280 7e13bb484a19
child 5423 e15abfdcce38
--- a/server/sources/rql2sql.py	Thu Apr 15 18:54:13 2010 +0200
+++ b/server/sources/rql2sql.py	Thu Apr 15 19:39:55 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.