SQLITE supports upsert queries, but is not included in [InsertMetaPlatform.java](https://github.com/ebean-orm/ebean/blob/master/ebean-core/src/main/java/io/ebeaninternal/server/persist/dml/InsertMetaPlatform.java) https://sqlite.org/lang_upsert.html Is there a reason this is not supported by ebean, or can this be added?
SQLITE supports upsert queries, but is not included in InsertMetaPlatform.java
https://sqlite.org/lang_upsert.html
Is there a reason this is not supported by ebean, or can this be added?