ElSql Versions Save

Manage external SQL files in Java with a little DSL goodness

v1.3

5 years ago

v1.2

8 years ago
  • 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

v1.1

8 years ago
  • 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

v1.0

9 years ago
  • Add support for nulls in conditionals, using new @EQUALS tag #8
  • Make dependency on Spring optional (Use ElSql instead of ElSqlBundle) #11

See change notes

v0.9

10 years ago
  • Add simple looping support #7

See change notes

v0.8.1

10 years ago
  • Fix to allow mutiple tags on the same line

See change notes

v0.8

10 years ago
  • Backwards incompatible change to @INCLUDE(:variable). Use @VALUE(:variable) instead.
  • Fix handling of end of line comments

See change notes