Merge "change wording in warning msg printed when compiled-sql cache is full"

This commit is contained in:
Vasu Nori
2010-02-09 12:29:21 -08:00
committed by Android (Google) Code Review

View File

@@ -1880,8 +1880,7 @@ public class SQLiteDatabase extends SQLiteClosable {
*/
Log.w(TAG, "Reached MAX size for compiled-sql statement cache for database " +
getPath() + "; i.e., NO space for this sql statement in cache: " +
sql + ". Make sure your sql " +
"statements are using prepared-sql-statement syntax with '?' for " +
sql + ". Please change your sql statements to use '?' for " +
"bindargs, instead of using actual values");
/* increment the number of times this warnings has been printed.