Skip to content

Commit

Permalink
Update query transformation feature doc
Browse files Browse the repository at this point in the history
Refer to prefix_with function from SQLAlchemy Expressions API as similar
technique.
  • Loading branch information
mloskot committed Mar 4, 2013
1 parent 67801aa commit aab394b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/queries.html
Expand Up @@ -125,6 +125,10 @@ <h3>Query transformation</h3>
statements (i.e. <code>SELECT /*+RULE*/ A FROM C</code> in Oracle 9)</li>
</ul>

<p>Query transformation mechanism can also be considered for similar uses as
<code>prefix_with</code> function from
<a href="http://docs.sqlalchemy.org/en/latest/core/expression_api.html">SQLAlchemy Expressions API</a>.</p>

<table class="foot-links" border="0" cellpadding="2" cellspacing="2">
<tr>
<td class="foot-link-left">
Expand Down

0 comments on commit aab394b

Please sign in to comment.