summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/4/changes
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2010-01-06 16:34:19 -0800
committerVasu Nori <vnori@google.com>2010-01-14 15:22:58 -0800
commite495d1f74af13aec8d5d825e93e4cfe1e4fe7468 (patch)
tree598f4255c3068e244a15911423e375464f70f44d /docs/html/sdk/api_diff/4/changes
parentf2275078bd5ba6bc0b184098573341c5958289ab (diff)
fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize
this is a clone of https://android-git.corp.google.com/g/#change,35174. if the cache is full to its capacity and if a new statement is to be cached, one of the entries in the cache is thrown out to make room for the new one. but the one that is thrown out doesn't get deallocated by SQLiteProgram because it doesn't know that it should. fixed this by having SQLiteProgram finalize its sql statement in releaseReference*() methods, if the statement is not in cache.
Diffstat (limited to 'docs/html/sdk/api_diff/4/changes')
0 files changed, 0 insertions, 0 deletions