OpenGamma/ElSql
Manage external SQL files in Java with a little DSL goodness
7 Releases
Latest: 8y ago
Release v1.3v1.3Latest
See [change notes](https://github.com/OpenGamma/ElSql/blob/v1.3/src/changes/changes.xml)
Release v1.2v1.2
📋 Changes
- Allow LOOP tag to support literal integers as well as variables, #25
- Extended variable name format, #24
- Release as OSGi bundle, #21
Release v1.1v1.1
📋 Changes
- 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
Release v1.0v1.0
📋 Changes
- Add support for nulls in conditionals, using new `@EQUALS` tag #8
- Make dependency on Spring optional (Use `ElSql` instead of `ElSqlBundle`) #11
Release v0.9v0.9
📋 Changes
- Add simple looping support #7
Release v0.8.1v0.8.1
📋 Changes
- Fix to allow mutiple tags on the same line
Release v0.8v0.8
📋 Changes
- Backwards incompatible change to `@INCLUDE(:variable)`. Use `@VALUE(:variable)` instead.
- Fix handling of end of line comments
