Home | History | Annotate | Download | only in webdatabase

Lines Matching refs:WTF_LOG_ERROR

99         WTF_LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data());
113 WTF_LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data());
123 WTF_LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data());
131 WTF_LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data());
438 WTF_LOG_ERROR("Unable to turn on incremental auto-vacuum (%d %s)", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
591 WTF_LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data());
613 WTF_LOG_ERROR("Failed to set version %s in database (%s)", version.ascii().data(), query.ascii().data());
885 WTF_LOG_ERROR("Unable to retrieve list of tables for database %s", databaseDebugName().ascii().data());
901 WTF_LOG_ERROR("Error getting tables for database %s", databaseDebugName().ascii().data());