spring-attic / jdbc

Apache License 2.0
11 stars 18 forks source link

jdbc.update expression support in source-jdbc starter #4

Open sabbyanandan opened 7 years ago

sabbyanandan commented 7 years ago

From @jvmlet on November 10, 2016 13:3

Hi The common pattern to mark message as seen is to save latest max sequence id from select clause. It would be great if I could provide jdbc.update as expression in form of

update bookmark .... value (${Math.max(#payload.columnName)}

Copied from original issue: spring-cloud/spring-cloud-stream-app-starters#273