On Nov 16, 2013, at 4:11 PM, James K. Lowden <jklow...@schemamania.org> wrote:

> The logical equivalent of MERGE is accomplished by one INSERT and one
> UPDATE inside a user-defined transaction.  Given SQLite's locking
> semantics, it's atomic.  Nothing procedural about it.  

Well, one would still need to wrap these transaction and branching in some kind 
of procedural code. So procedural it is.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to