Hi,
I'm finding that in version 3, sqlite3_changes() != 0 after a SELECT query has been executed. In version 2, this returned zero as expected.
Am I using sqlite incorrectly, or is this a potential bug for which I should prepare a minimal test program?
Thanks for any tips!
Ben