... > On 10/18/2014 01:07 AM, dave wrote: > > I have a virtual table implementation, and I would like to > use the INSERT OR > > REPLACE syntax to simplify actions for the user. In my > xUpdate method, for > > the case where insertion is occuring, > > ... > > on a virtual table, or something else, or maybe that syntax > is not supported > > on virtual tables? > > I don't think so. See the final paragraph here: > > http://sqlite.org/c3ref/c_vtab_constraint_support.html > > Looks like you have to implement the "OR REPLACE" support in > the xUpdate > method. > > Dan. ...
Thanks! That's news I can use; don't know how I missed that article, but maybe because I was busy coding... -dave _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

