summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.cpp
diff options
context:
space:
mode:
author Vasu Nori <vnori@google.com> 2010-10-10 14:58:08 -0700
committer Vasu Nori <vnori@google.com> 2010-10-10 15:46:51 -0700
commite7be6bda2cd3f1e93f306e298a6a8c523a607373 (patch)
tree65323a4b309cee360143e5a04b75430510d4516a /libs/hwui/ProgramCache.cpp
parent66e606040a521b81033ff75025620436c050c82e (diff)
bug:3082865 don't use IN to construct sql to delete downloads
DownloadManager should not use IN clause when constructing SQL to delete downloaded files Dowload app. Lexer code in Download app doesn't know how to parse it. Real fix is to fix Lexer. But seriously real fix is to get rid of this complexity - that I am planning for next version. also, the following 2 are identical, in terms of SQL performance WHERE _id IN (?, ?, ?) WHERE (_id = ? OR _id = ? OR _id = ?) Change-Id: Icca659a17c412247a193879e8d2f34e1b43ec9e5
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
0 files changed, 0 insertions, 0 deletions