Skip to content

Commit

Permalink
Merge pull request #704 from kylinsoong/kylin.dev.1
Browse files Browse the repository at this point in the history
TEIID-3999: fix a validation failed message
  • Loading branch information
shawkins committed Jun 1, 2016
2 parents 7e4aa55 + 34a4ae0 commit da078da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/main/resources/org/teiid/query/i18n.properties
Expand Up @@ -1295,7 +1295,7 @@ TEIID31151=After removing unauthorized columns from asterisk in select, no valid
multi_source_update_not_allowed=Update of the multi-source column {0} is not allowed.
TEIID31152=More the one constraint with the name {0}.
TEIID31153=Did not complete the load of {0} as the initiating query is already finished.
TEIID31155=Typically materialization properties teiid_rel:MATVIEW_BEFORE_LOAD_SCRIPT, teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT are required to move data from MATVIEW_STATUS_TABLE to MATERIALIZED_TABLE
TEIID31155=Typically materialization properties teiid_rel:MATVIEW_BEFORE_LOAD_SCRIPT, teiid_rel:MATVIEW_AFTER_LOAD_SCRIPT are required to move data from MATVIEW_STAGE_TABLE to MATERIALIZED_TABLE
TEIID31156=Unrelated order by items containing correlated references are not supported: {0}
TEIID31157=Executed an update with dynamic sql, but expecting a result set. Please ensure that the dynamic sql is correct and/or use WITHOUT RETURN and no AS columns to indicate no result set is expected.
TEIID31158=Exceeded max recursion limit of {0} when evaluating the recursive common table {1}. You can increase the recursion limit by setting the session variable teiid.maxRecursion to a higher integer.
Expand Down

0 comments on commit da078da

Please sign in to comment.