SQLite: Rename dialect constant to SQLite3 for consistency #319 #1791

This commit is contained in:
Michael Mayer
2021-12-09 07:47:23 +01:00
parent 9f3ebf671f
commit 3ae3fe29bc
15 changed files with 34 additions and 32 deletions

View File

@@ -129,7 +129,7 @@ func backupAction(ctx *cli.Context) error {
"-p"+conf.DatabasePassword(),
conf.DatabaseName(),
)
case config.SQLite:
case config.SQLite3:
cmd = exec.Command(
conf.SqliteBin(),
conf.DatabaseDsn(),