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