commit | 0cc5d1504803de51f8b421442e04ece87728af43 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Mon Apr 22 13:26:05 2013 -0700 |
committer | Chiao Cheng <chiaocheng@google.com> | Mon Apr 22 13:29:05 2013 -0700 |
tree | 67d3dc8b8b8d6d2005e4d6ff94e40c0c16ae5882 | |
parent | a62622b31107f97be7da9a4b79393e465b64fd36 [diff] |
Fix sqlite error when too many bind variables. Sqlite has a limit of 999 bind variables by default. Since there is no risk of sql injection in this method, change to building sql by concatentation. Bug: 8676489 Change-Id: I9bfea735bb14fd65c84eb4255825b7ad3f5fae71