From 32bc0dcf6e5ef1192961fa98ba8cb8dc9f898a9f Mon Sep 17 00:00:00 2001 From: shawkins Date: Fri, 10 Aug 2018 16:42:12 -0400 Subject: [PATCH] TEIID-5317 correcting message key --- engine/src/main/resources/org/teiid/query/i18n.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/main/resources/org/teiid/query/i18n.properties b/engine/src/main/resources/org/teiid/query/i18n.properties index 4f931c784d..fa86ec2f85 100644 --- a/engine/src/main/resources/org/teiid/query/i18n.properties +++ b/engine/src/main/resources/org/teiid/query/i18n.properties @@ -1606,7 +1606,7 @@ TEIID31267=Cannot issue an inherent update or insert against {0} as {1} lacks a TEIID31268=Element {0} cannot be a lateral reference because it does not come from an INNER or LEFT OUTER join. TEIID31270=current_time precision will be treated as 0 rather than {0} -TEIID31270=current_timestamp precision {0} is above the maximum allowed of 9. 9 will be used instead. +TEIID31271=current_timestamp precision {0} is above the maximum allowed of 9. 9 will be used instead. TEIID31274=string length {0} is greater than the maximum {1} - it will be truncated to the maximum length. \ No newline at end of file