add unittests to make sure schema changes behave in sqlite 3.6.22

in 3.5.9, android added some changes to make sure sqlite behaves when schema
changes occur while prepared-statements are in memory.
but those changes were NOT ported to 3.6.22, when I upgraded to sqlite 3.6.22
these tests make sure sqlite behaves correctly without those changes added in.
1 file changed
tree: 18261f1e31199b59d2c5c45473ec0b9c95e2c833
  1. tests/
  2. tools/
  3. .gitignore
  4. Android.mk