summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/7/changes
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2010-05-21 15:36:06 -0700
committerVasu Nori <vnori@google.com>2010-05-21 15:41:58 -0700
commitfea6f6dcb70e3fa7f60cab970ed444b5e5e2a3fa (patch)
tree6eb558aaf41ecd905bd4c19b88f49711cf991200 /docs/html/sdk/api_diff/7/changes
parent3f21110a80bc414383d783540175f821027da0cc (diff)
sqlite crashes when closing the database
A change was made in the last CL to ask sqlite for all unfinalized statements and then finalizing them before closing the database. But this crashes sqlite! because sqlite's FTS3 module keeps some prepared statements around and they should not be finalized before closing the database. (when sqlite is asked for all unfianlized statements, it also returns the FTS3's reserved prepared statements which should not be finalized!!) Change-Id: I141ab4563985b8cd1305a1228c4cb01bc7281bcb
Diffstat (limited to 'docs/html/sdk/api_diff/7/changes')
0 files changed, 0 insertions, 0 deletions