Skip to content

Commit

Permalink
fix(sync): add extra whitespace for SCDB
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jan 19, 2024
1 parent 644edf7 commit 3f12bfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f12bfa

Please sign in to comment.