Do not cache a statement's column count in the JNI wrapper1 API because an ALTER...
commit2265b9c8193f3be18f6b82a632e23172ab3460e4
authorStephan Beal <sgbeal@googlemail.com>
Sat, 11 Nov 2023 14:43:50 +0000 (11 14:43 +0000)
committerStephan Beal <sgbeal@googlemail.com>
Sat, 11 Nov 2023 14:43:50 +0000 (11 14:43 +0000)
tree4ff87475d333fe7d756d95b7ffa41174080e3d97
parentf67b6fe748fb965d2b6d79e118ef1adbdff2a1aa
Do not cache a statement's column count in the JNI wrapper1 API because an ALTER TABLE via another statement may invalidate it, as reported in [forum:6d80efd58d4591c7|forum post 6d80efd58d4591c7].
ext/jni/src/org/sqlite/jni/capi/CApi.java
ext/jni/src/org/sqlite/jni/wrapper1/Sqlite.java