OpenGamma / ElSql

Manage external SQL files in Java with a little DSL goodness
Other
101 stars 26 forks source link

Update ElSqlParser.java #26

Closed eurafa closed 9 years ago

eurafa commented 9 years ago

Add dot character on regular expression pattern to use a path variable (Json)

jodastephen commented 9 years ago

The latest release has changed this, so this PR is not needed. You can now use a dot character as follows:

@SOMETAG(:{any.dot.separated.variable})

Note the additional curly braces that delimit the new variable format (which are stripped when querying for the variable).