Skip to content

Commit

Permalink
make the name even more odd
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusMerkleQC committed Nov 6, 2024
1 parent a5499cc commit ae7e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlcompyre/analysis/table_comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def row_matches(self) -> RowMatches:
@cached_property
def column_matches(self) -> ColumnMatches:
"""A comparison between the column values of the two tables."""
MATCH_SUFFIX = "_match"
MATCH_SUFFIX = "_zzz_match"
inner_join = self._inner_join()

# Query for testing equality of column values in matching rows
Expand Down

0 comments on commit ae7e1de

Please sign in to comment.