ElSql icon indicating copy to clipboard operation
ElSql copied to clipboard

Much simpler example

Open davsclaus opened this issue 10 years ago • 2 comments

It would be good to have a simple example that is shipped as part of elsql and not refer to that big OpenGamma project.

davsclaus avatar Oct 04 '15 12:10 davsclaus

And btw an old time spring user as myself got into the trap of using the plain JdbcTemplate and not the NamedParameterJdbcTemplate (or what its name is). That took a while to figure out and find the right spring method to execute the sql correctly.

davsclaus avatar Oct 06 '15 06:10 davsclaus

I've updated the example page to refer to NamedParameterJdbcTemplate. Writing a separate example will have to be a task for another day ;-)

jodastephen avatar Oct 06 '15 11:10 jodastephen