Skip to content

Commit

Permalink
Fix postgres multi commands in transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus committed Nov 19, 2020
1 parent 05de157 commit 19f3628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (s *Service) initPostgres() error {
MaxSqlOutputLength: s.options.MaxSqlOutputLength,
Directory: s.options.Directory,
Compact: s.options.Compact,
MultiSTMT: true,
MultiSTMT: false,
ForceSafely: false,
},
)
Expand Down

0 comments on commit 19f3628

Please sign in to comment.