Back to Flyway

MySQL Ignore Newlines In Text Objects Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare MySQL Namespace/MySQL Ignore Options Namespace/MySQL Ignore Newlines In Text Objects Setting.md

latest502 B
Original Source

Description

Ignore newlines within text objects when comparing databases.

Type

String

Valid values

  • "all"
  • "off"

Default

"off"

Usage

Flyway Desktop

This can't currently be set from Flyway Desktop, although it will be honoured.

Command-line

powershell
./flyway diff -redgateCompare.mysql.options.ignores.ignoreNewlinesInTextObjects=all

TOML Configuration File

toml
[redgateCompare.mysql.options.ignores]
ignoreNewlinesInTextObjects = "all"