From 3f12bfac0af20bab1af353a46b6d5d80e9ecb2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Fri, 19 Jan 2024 11:16:52 +0100 Subject: [PATCH] fix(sync): add extra whitespace for SCDB --- .github/sync.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/sync.yaml b/.github/sync.yaml index 28b6fc3b..3af3c738 100644 --- a/.github/sync.yaml +++ b/.github/sync.yaml @@ -19,15 +19,15 @@ group: template: conn_list: |- "SQLite" = "RSQLite::SQLite", - "SQLite - w. schemas" = "RSQLite::SQLite" + "SQLite - w. schemas" = "RSQLite::SQLite" conn_args: |- "SQLite" = list(dbname = file.path(tempdir(), "SQLite.SQLite")), - "SQLite - w. schemas" = list(dbname = file.path(tempdir(), "SQLite_schemas.SQLite")) + "SQLite - w. schemas" = list(dbname = file.path(tempdir(), "SQLite_schemas.SQLite")) conn_post_connect: |- "SQLite - w. schemas" = list( - paste0("ATTACH '", file.path(tempdir(), "SQLite_test.SQLite"), "' AS 'test'"), - paste0("ATTACH '", file.path(tempdir(), "SQLite_test_one.SQLite"), "' AS 'test.one'") - ) + paste0("ATTACH '", file.path(tempdir(), "SQLite_test.SQLite"), "' AS 'test'"), + paste0("ATTACH '", file.path(tempdir(), "SQLite_test_one.SQLite"), "' AS 'test.one'") + ) config: autoescape: false