Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into
a new table created using "CREATE TABLE name AS SELECT ...". It has never
done this before. The documentation is a little ambiguous about whether or
not it actually should. This check-in is on a branch because it will probably
never make it to trunk for fear of breaking some legacy program. (tags: chngcnt-create-as)
↧