Author: shawkins
Date: 2010-10-07 14:42:05 -0400 (Thu, 07 Oct 2010)
New Revision: 2635
Modified:
branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties
Log:
TEIID-1293 TEIID-1294 tightening validation related to updates.
Modified: branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties
===================================================================
--- branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties 2010-10-07
18:36:29 UTC (rev 2634)
+++ branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties 2010-10-07
18:42:05 UTC (rev 2635)
@@ -694,6 +694,7 @@
ValidationVisitor.context_required=The XQuery requires a context item, but none exists in
the PASSING clause.
ValidationVisitor.xmlserialize_type=XMLSERIALIZE expects a STRING, CLOB, or BLOB value.
ValidationVisitor.invalid_encoding=Encoding {0} is not valid.
+ValidationVisitor.subquery_insert=SELECT INTO should not be used in a subquery.
UpdateProcedureResolver.only_variables=Element symbol "{0}" cannot be assigned
a value. Only declared VARIABLES can be assigned values.
MappingLoader.unknown_node_type=Unknown Node Type "{0}" being loaded by the XML
mapping document.
MappingLoader.invalid_criteria_node=Invalid criteria node found; A criteria node must
have criteria specified or it must be a default node.
Show replies by date