Skip to content

Commit

Permalink
Correct order for CallTranslator
Browse files Browse the repository at this point in the history
  • Loading branch information
ralmsdeveloper committed Jul 6, 2019
1 parent 63b0d5b commit 8f4ec7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public SqlServerMethodCallTranslatorProvider(
new SqlServerIsDateFunctionTranslator(sqlExpressionFactory),
new SqlServerMathTranslator(sqlExpressionFactory),
new SqlServerNewGuidTranslator(sqlExpressionFactory),
new SqlServerObjectToStringTranslator(sqlExpressionFactory),
new SqlServerStringMethodTranslator(sqlExpressionFactory),
new SqlServerObjectToStringTranslator(sqlExpressionFactory),
});
}
}
Expand Down

0 comments on commit 8f4ec7a

Please sign in to comment.