Navigation Menu

Skip to content

Commit

Permalink
0002238: Router service fails due to Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 25, 2015
1 parent a5fcda9 commit 53b9186
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -302,7 +302,7 @@ protected ISqlReadCursor<Data> prepareCursor() {
}

if (parameterService.is(ParameterConstants.ROUTING_DATA_READER_ORDER_BY_DATA_ID_ENABLED, true)) {
sql = sql + engine.getRouterService().getSql("orderByDataId");
sql = String.format("%s %s", sql, engine.getRouterService().getSql("orderByDataId"));
}

ISqlTemplate sqlTemplate = engine.getSymmetricDialect().getPlatform().getSqlTemplate();
Expand Down

0 comments on commit 53b9186

Please sign in to comment.