On Tue, Mar 2, 2010 at 6:36 PM, Pavel Ivanov <[email protected]> wrote:
> OK, now I see the problem, but sqlite3_total_changes() will not help > here too - it behaves the same way as sqlite3_changes(), it doesn't > accumulate changes over several statements. > Hmm... are you sure about this? A quote from the docs: This function returns the number of row changes caused by INSERT, UPDATE or > DELETE statements since the database connection was opened. > Either you're or this sentence on the site should be changed (in the final part) Max _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

