int Sqlite3Connection::GetRowsProcessed() const { LOG("GetRowsProcessed()"); return sqlite3_changes(db); }
Report message to a moderator