8000 Rewording of a note · utPLSQL/utPLSQL@99774b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99774b9

Browse files
committed
Rewording of a note
1 parent bb1e9b3 commit 99774b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/userguide/advanced_data_comparison.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ FAILURE
250250
at "anonymous block", line 15
251251
```
252252
**Note**
253-
> `join_by` matcher is much faster on performing data comparison, consider using `join_by` over unordered
254-
> `contain` matcher is not considering orde 5ACE r of compared data-sets. Using `unordered` makes no difference (it's default)
253+
> Consider using `join_by( columns... )` over `unordered()` with the `equal` matcher. The `join_by` method is much faster at performing data comparison.
254+
>
255+
> The `contain` matcher is not considering the order of the compared data-sets. Using `unordered` makes no difference (it's default).
255256
256257

257258
## Join By option

0 commit comments

Comments
 (0)
0