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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Oct 7 22:23:51 EDT 2010


Author: shawkins
Date: 2010-10-07 22:23:51 -0400 (Thu, 07 Oct 2010)
New Revision: 2637

Modified:
   branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties
Log:
TEIID-1297 updating message file

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 22:34:28 UTC (rev 2636)
+++ branches/7.1.x/engine/src/main/resources/org/teiid/query/i18n.properties	2010-10-08 02:23:51 UTC (rev 2637)
@@ -824,6 +824,8 @@
 # services (003)
 
 Request.Invalid_character_in_query=Bind variables (represented as "?") were found but are allowed only in prepared or callable statements.
+Request.no_result_set=The query does not return an update count.
+Request.result_set=The query does not return a result set.
 
 ProcessWorker.wrongdata=Wrong type of data found or no data found; expecting streamable object from the buffer manager.
 ProcessWorker.LobError=An error occurred during streaming of Lob Chunks to Client.



More information about the teiid-commits mailing list