From teiid-commits at lists.jboss.org Wed Jun 8 12:02:59 2011 Content-Type: multipart/mixed; boundary="===============1593839854469630931==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r3233 - branches/7.4.x/documentation/reference/src/main/docbook/en-US/content. Date: Wed, 08 Jun 2011 12:02:59 -0400 Message-ID: <201106081602.p58G2xS2006272@svn01.web.mwc.hst.phx2.redhat.com> --===============1593839854469630931== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shawkins Date: 2011-06-08 12:02:59 -0400 (Wed, 08 Jun 2011) New Revision: 3233 Modified: branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/sq= l_support.xml Log: TEIID-1005 adding a doc note about reserved words Modified: branches/7.4.x/documentation/reference/src/main/docbook/en-US/con= tent/sql_support.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/s= ql_support.xml 2011-06-08 12:39:43 UTC (rev 3232) +++ branches/7.4.x/documentation/reference/src/main/docbook/en-US/content/s= ql_support.xml 2011-06-08 16:02:59 UTC (rev 3233) @@ -108,6 +108,12 @@ resulting names are unambiguous in the context of the command. Different forms of qualification can be mixed in the same query. +
+ Reserved Words + Teiid's reserved words include the standard SQL 2003 Foundation= , SQL/MED, and SQL/XML reserved words, as well as Teiid specific words such= as BIGINTEGER, BIGDECIMAL, or MAKEDEP. = + See the TOKENS section for all reserved w= ords. They will appear as 'SMALLINT: "smallint"' where the quoted string i= s the actual lexical form. = + +
Expressions --===============1593839854469630931==--