spring-attic / jdbc

Apache License 2.0
11 stars 18 forks source link

Need a way to Replace data instead of insert. #23

Closed usopan closed 6 years ago

usopan commented 6 years ago

Hi, In my use case I am required to follow mongo-sink semantics that is to replace the data instead of inserting, as you know inserting will give a primary key error.

artembilan commented 6 years ago

Looks like this duplicates #12 .