MySQL Ignore Newlines In Text Objects Setting

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

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

TOML Configuration File

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

Didn't find what you were looking for?