From aab394b81cfdeb45153da7565f5bd6c94373551f Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Mon, 4 Mar 2013 02:39:34 +0000 Subject: [PATCH] Update query transformation feature doc Refer to prefix_with function from SQLAlchemy Expressions API as similar technique. --- doc/queries.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/queries.html b/doc/queries.html index 2bb0bf6f6..b8afd4725 100644 --- a/doc/queries.html +++ b/doc/queries.html @@ -125,6 +125,10 @@

Query transformation

statements (i.e. SELECT /*+RULE*/ A FROM C in Oracle 9) +

Query transformation mechanism can also be considered for similar uses as +prefix_with function from +SQLAlchemy Expressions API.

+