Releases: OpenGamma/ElSql
Releases · OpenGamma/ElSql
Release v1.3
Release v1.2
- Allow LOOP tag to support literal integers as well as variables, #25
- Extended variable name format, #24
- Release as OSGi bundle, #21
See change notes
Release v1.1
- Allow FETCH, OFFSETFETCH and PAGING tags to support literal integers as well as variables #19
- Enhance looping support to allow basic support for nested loops #15
- Clearer exception when no resource files can be found #16
See change notes
Release v1.0
- Add support for nulls in conditionals, using new
@EQUALS
tag #8 - Make dependency on Spring optional (Use
ElSql
instead ofElSqlBundle
) #11
See change notes
Release v0.9
- Add simple looping support #7
See change notes
Release v0.8.1
- Fix to allow mutiple tags on the same line
See change notes
Release v0.8
- Backwards incompatible change to
@INCLUDE(:variable)
. Use@VALUE(:variable)
instead. - Fix handling of end of line comments
See change notes