In a virtual table, an insert of multiple rows calls xUpdate multiple times. How can I tell when the entire insert is complete?
e.g., INSERT INTO myvirtualtable (token, rank) VALUES (..,..), (..,..),(..,..) will call xUpdate 3 times. But I would like to know when the whole thing is done so that I can do something.... or is my only option sending a command? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users