Execute In Transaction
Published 31 October 2023
Execute In Transaction
Description
Whether Flyway should execute SQL within a transaction.
Default
true
Usage
Commandline
./flyway -executeInTransaction="false" migrate
TOML Configuration File
[flyway]
executeInTransaction = false
Configuration File
flyway.executeInTransaction=false
Environment Variable
FLYWAY_EXECUTE_IN_TRANSACTION=false
API
Flyway.configure()
.executeInTransaction(false)
.load()
Gradle
Not available
Maven
Not available