[teiid-commits] teiid SVN: r1617 - trunk/documentation/reference/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Dec 3 11:01:52 EST 2009


Author: shawkins
Date: 2009-12-03 11:01:52 -0500 (Thu, 03 Dec 2009)
New Revision: 1617

Modified:
   trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
Log:
TEIID-251 TEIID-873 added support for order by expressions and removing parsing restrictions that limited quoted identifiers.

Modified: trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
===================================================================
--- trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml	2009-12-02 23:40:40 UTC (rev 1616)
+++ trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml	2009-12-03 16:01:52 UTC (rev 1617)
@@ -53,15 +53,17 @@
       <listitem>
         <para> Because different data sources organize tables in different
           ways, some prepending catalog or schema or user information,
-          Teiid allows table specification to be a dot-delimited construct.  
+          Teiid allows table specification to be a dot-delimited construct.
+          <note>
+	        <para> When a table specification contains a dot resolving will allow for the match of
+	        a partial name against any number of the end segments in the name.  e.g. a table with the 
+	        fully-qualified name vdbname."sourcescema.sourcetable" would match the partial name
+	        sourcetable.
+	        </para>
+          </note>
         </para>
       </listitem>
       <listitem>
-        <para> When a table specification contains a dot resolving will allow for the match of
-        a partial name against any number of the end segments in the name.  
-        </para>
-      </listitem>
-      <listitem>
         <para> Columns, schemas, and aliases identifiers cannot contain a dot.  
         </para>
       </listitem>



More information about the teiid-commits mailing list