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
1 file changed