[docs] Fix formatting typo

Inserts missing `+` character to correct rendering of property name string.
This commit is contained in:
roldanbob 2022-08-26 22:03:25 -04:00 committed by GitHub
parent 1d1b16c84f
commit 20cda6e6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2239,7 +2239,7 @@ The schema parameters `pass:[_]pass:[_]debezium.source.column.type`, `pass:[_]pa
Useful to properly size corresponding columns in sink databases.
Fully-qualified names for columns are of the form _schemaName_._tableName_._columnName_.
|[[sqlserver-property-datatype-propagate-source-type]]<<sqlserver-property-datatype-propagate-source-type,`datatype.propagate.source.type+`>>
|[[sqlserver-property-datatype-propagate-source-type]]<<sqlserver-property-datatype-propagate-source-type,`+datatype.propagate.source.type+`>>
|_n/a_
|An optional comma-separated list of regular expressions that match the database-specific data type name of columns whose original type and length should be added as a parameter to the corresponding field schemas in the emitted change messages.
The schema parameters `pass:[_]pass:[_]debezium.source.column.type`, `pass:[_]pass:[_]debezium.source.column.length` and `pass:[_]pass:[_]debezium.source.column.scale` will be used to propagate the original type name and length (for variable-width types), respectively.