rspec_stats/rspec_queries.rb [80:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    query: <<~SQL
            WITH last_commit AS
              (SELECT commit_hash
               FROM spec_profiling_results
               WHERE branch='ee:master'
               ORDER BY date DESC LIMIT 1)
            SELECT DISTINCT concat(r.file, ':', r.line_number) AS LOCATION,
                   r.time,
                   r.query_count,
                   r.query_time,
                   r.request_count,
                   r.feature_category
            FROM spec_profiling_results r,
                 last_commit lc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rspec_stats/rspec_queries.rb [227:240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    query: <<~SQL
            WITH last_commit AS
              (SELECT commit_hash
               FROM spec_profiling_results
               WHERE branch='ee:master'
               ORDER BY date DESC LIMIT 1)
            SELECT DISTINCT concat(r.file, ':', r.line_number) AS LOCATION,
                   r.time,
                   r.query_count,
                   r.query_time,
                   r.request_count,
                   r.feature_category
            FROM spec_profiling_results r,
                 last_commit lc
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



