You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/01/17 21:24:56 UTC

svn commit: r847069 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache sql-component.html

Author: buildbot
Date: Thu Jan 17 20:24:56 2013
New Revision: 847069

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/sql-component.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Thu Jan 17 20:24:56 2013
@@ -16295,7 +16295,7 @@ sql:select * from table where id=# order
 <p>From Camel 2.11 onwards you can use named parameters by using <tt>#:name</tt> style as shown:  </p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-sql:select * from table where id=#:myId order by name[?options]
+sql:select * from table where id=:#myId order by name[?options]
 </pre>
 </div></div>
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Thu Jan 17 20:24:56 2013
@@ -36529,7 +36529,7 @@ sql:select * from table where id=# order
 <p>From Camel 2.11 onwards you can use named parameters by using <tt>#:name</tt> style as shown:  </p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-sql:select * from table where id=#:myId order by name[?options]
+sql:select * from table where id=:#myId order by name[?options]
 </pre>
 </div></div>
 

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/sql-component.html
==============================================================================
--- websites/production/camel/content/sql-component.html (original)
+++ websites/production/camel/content/sql-component.html Thu Jan 17 20:24:56 2013
@@ -115,7 +115,7 @@ sql:select * from table where id=# order
 <p>From Camel 2.11 onwards you can use named parameters by using <tt>#:name</tt> style as shown:  </p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-sql:select * from table where id=#:myId order by name[?options]
+sql:select * from table where id=:#myId order by name[?options]
 </pre>
 </div></div>