OpenGamma/ElSql

Include with a variable does not work as expected

Closed this issue · 0 comments

@INCLUDE(:variable) should use variable as name to include, not as the inclusion of the variable itself.

Added @VALUE in #3 to achieve that. Note that @VALUE does not add a trailing space, whereas @INCLUDE(:variable) did.