Searched refs:VALUE_UPGRADE_SQL (Results 1 – 1 of 1) sorted by relevance
64 const std::string VALUE_UPGRADE_SQL = "UPDATE sync_data SET value=get_amended_value(value) " variable192 errCode = SQLiteUtils::ExecuteRawSQL(db_, VALUE_UPGRADE_SQL); in UpgradeValues()