Skip to content

Commit

Permalink
docs: update QuickRow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 23, 2019
1 parent ee97b68 commit fff3805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/pact_broker/matrix/quick_row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
require 'pact_broker/pacts/pact_publication'
require 'pact_broker/tags/tag_with_latest_flag'

# The difference between this query and the query for QuickRow2 is that
# the left outer join is done on a pre-filtered dataset so that we
# get a row with null verification fields for a pact that has not been verified
# by the particular providers where're interested in, rather than being excluded
# from the dataset.
# The difference between `join_verifications_for` and `join_verifications` is that
# the left outer join is done on a pre-filtered dataset in `join_verifications_for`,
# so that we get a row with null verification fields for a pact that has been verified
# by a *different* version of the provider we're interested in,
# rather than being excluded from the dataset altogether.

module PactBroker
module Matrix
Expand Down

0 comments on commit fff3805

Please sign in to comment.