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>
Show replies by date