Open
Description
Description: When querying a tree listing, the treeViewFast will return trees with the git_repository_branch
, git_repository_url
, commit_hash
and commit_name
nulls, while the treeView doesn't return such rows.
Reproduction: Execute the queries for the treeListingFast and treeListing and substituite the date conditions by DATE(start_time) = '2025-04-16'
, origin by redhat
and no need for the counts. You should see one row with null fields in the fast query, but none in the other query.