[teiid-commits] teiid SVN: r3190 - branches/7.4.x/engine/src/main/resources/org/teiid/query.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon May 23 20:42:29 EDT 2011


Author: shawkins
Date: 2011-05-23 20:42:29 -0400 (Mon, 23 May 2011)
New Revision: 3190

Modified:
   branches/7.4.x/engine/src/main/resources/org/teiid/query/i18n.properties
Log:
TEIID-1597 minor update to the exception message to cover both tables and procedures

Modified: branches/7.4.x/engine/src/main/resources/org/teiid/query/i18n.properties
===================================================================
--- branches/7.4.x/engine/src/main/resources/org/teiid/query/i18n.properties	2011-05-23 19:33:57 UTC (rev 3189)
+++ branches/7.4.x/engine/src/main/resources/org/teiid/query/i18n.properties	2011-05-24 00:42:29 UTC (rev 3190)
@@ -697,7 +697,7 @@
 XMLQueryResolver.xml_only_valid_alone=If any symbol in SELECT clause is ''xml'' or group.''xml'' , then no other element is allowed.
 ResolveVariablesVisitor.datatype_for_the_expression_not_resolvable=The datatype for the expression was not resolvable.
 TempTableResolver.unqualified_name_required=Cannot create temporary table "{0}". Local temporary tables must be created with unqualified names.
-TempTableResolver.table_already_exists=Cannot create temporary table "{0}". A table with the same name already exists.
+TempTableResolver.table_already_exists=Cannot create temporary table "{0}". A schema entry with the same name already exists.
 ValidationVisitor.drop_of_nontemptable=Cannot drop a non temporary table "{0}".							
 ValidationVisitor.orderby_expression_xml=XML queries cannot order by an expression.
 ValidationVisitor.text_table_invalid_width=For a fixed width text table, all columns must have width set.



More information about the teiid-commits mailing list