Back to Flyway

Oracle Data Trim Trailing Spaces Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Data Comparison Options Namespace/Oracle Data Trim Trailing Spaces Setting.md

latest588 B
Original Source

Description

If the data in two columns differs only by the number of spaces at the end of the string, treat it as identical. If this option is selected, trailing spaces will be ignored during deployment.

Type

Boolean

Default

false

Usage

Flyway Desktop

This can be set from the comparison options settings in Oracle projects.

Command-line

powershell
./flyway diff -redgateCompare.oracle.data.options.comparison.trimTrailingSpaces=true

TOML Configuration File

toml
[redgateCompare.oracle.data.options.comparison]
trimTrailingSpaces = true