Skip to content

Praefect SQL: support of transactions

Pavlo Strokov requested to merge ps-sql-transactions-support into master

SQL storage needs to be in a consistent state.
That is why we should execute SQL operations inside transactions.
Refactored 'sql-ping' and 'sql-migrate' sub-commands.
Rename of the subcommand.go to subcmd.go to match same name pattern.

Part of: #2166 (closed)

Edited by GitLab Release Tools Bot

Merge request reports