added note about interesting page about SQL implementation differences stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 15 Apr 2010 14:29:58 +0200
branchstable
changeset 5280 7e13bb484a19
parent 5279 42a37a50f2ff
child 5281 d01a02d07a57
added note about interesting page about SQL implementation differences
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.