List<String> get activeColumns { final cols = queryMode ? queryColumns : columns; return cols.where((c) => c != '_rowid_').toList(); }