DBZ-3802 FQ column name incorrectly refers to databaseName vs schemaName

This commit is contained in:
Bob Roldan 2021-08-03 16:36:32 -04:00 committed by Gunnar Morling
parent dd1d4f5165
commit 580080ed67
3 changed files with 3 additions and 3 deletions

View File

@ -1908,7 +1908,7 @@ Primary key columns are always included in the event's key, even if they are exc
|[[db2-property-column-mask-hash]]<<db2-property-column-mask-hash, `column.mask.hash._hashAlgorithm_.with.salt._salt_`>>
|_n/a_
|An optional, comma-separated list of regular expressions that match the fully-qualified names of character-based columns.
Fully-qualified names for columns are of the form _databaseName_._tableName_._columnName_.
Fully-qualified names for columns are of the form _schemaName_._tableName_._columnName_.
In the resulting change event record, the values for the specified columns are replaced with pseudonyms. +
A pseudonym consists of the hashed value that results from applying the specified _hashAlgorithm_ and _salt_.

View File

@ -2646,7 +2646,7 @@ After a source record is deleted, emitting a tombstone event (the default behavi
|[[postgresql-property-column-mask-hash]]<<postgresql-property-column-mask-hash, `column.mask.hash._hashAlgorithm_.with.salt._salt_`>>
|_n/a_
|An optional, comma-separated list of regular expressions that match the fully-qualified names of character-based columns.
Fully-qualified names for columns are of the form _databaseName_._tableName_._columnName_.
Fully-qualified names for columns are of the form _schemaName_._tableName_._columnName_.
In the resulting change event record, the values for the specified columns are replaced with pseudonyms. +
A pseudonym consists of the hashed value that results from applying the specified _hashAlgorithm_ and _salt_.

View File

@ -2039,7 +2039,7 @@ Do not also set the `column.include.list` property.
|[[sqlserver-property-column-mask-hash]]<<sqlserver-property-column-mask-hash, `column.mask.hash._hashAlgorithm_.with.salt._salt_`>>
|_n/a_
|An optional, comma-separated list of regular expressions that match the fully-qualified names of character-based columns.
Fully-qualified names for columns are of the form _databaseName_._tableName_._columnName_.
Fully-qualified names for columns are of the form _schemaName_._tableName_._columnName_.
In the resulting change event record, the values for the specified columns are replaced with pseudonyms. +
A pseudonym consists of the hashed value that results from applying the specified _hashAlgorithm_ and _salt_.