Maxime Trimolet
Maxime Trimolet
It seems the `Map` type can't be a `Nullable` by design (error below). Query : `CREATE TABLE ... rec3 Nullable(Map(String, UInt8))` [cut for clarity] Result : `Error: Nested type Map(String,...
There's a point to be made about nested `Map/Array` (see citation below), for which I expect this implementation to fail. But maybe it should be issued separately as it concerns...
> There's a point to be made about nested `Map/Array` (see citation below), for which I expect this implementation to fail. Actually it seems to work just fine.
I had the same issue as in #953 regarding error when "testing connection", you just need to edit `gitlab-pages.js:69` and compare `repository` with `projects[0].path`, and it works. I don't known...
```patch diff --git a/app/back-end/modules/deploy/gitlab-pages.js b/app/back-end/modules/deploy/gitlab-pages.js index 1a4b72f9..f8d4454e 100644 --- a/app/back-end/modules/deploy/gitlab-pages.js +++ b/app/back-end/modules/deploy/gitlab-pages.js @@ -66,7 +66,7 @@ class GitlabPages { let projectID = projects[0].id; // Detect a case when repository name...