Dimitri Fontaine
Dimitri Fontaine
It seems to me that using the pgoutput plugin with the PUBLICATION object, where we attach tables individually, will help solve that problem. Maybe we will just skip adding matviews...
> @dimitri Do you think the above scenario is a valid usecase and need to be addressed in pgcopydb? Yes it is, the first one too: both are DDLs. We...
I wanted to improve the comment, and now I realize I'm not sure I understand the cppcheck warning correctly. The literal string is a `char []` in memory I believe,...
> This explanation sounds misleading. If we have the 2 versions of the same data present, that is the symptom of the violation of single source of truth. It caused...
> Yes, there seems to be a misunderstanding. I'm not objecting to using the sqlite as the source of truth, but to using 2 different fields for the same data...
Closing for triage purposes. A part of this PR has been superseded in #858, other aspects need to be addressed in their own PR.
Is there anything we should be doing about that issue then?
We do not have automated builds on dockerhub, and my attempts to build for linux/amd64 from my current laptop are failing, all I seem to be able to get is...
It seems like a compilation error was introduced in this PR. Can you see about fixing it before merge? ``` ; compiling file "/home/runner/work/pgloader/pgloader/src/sources/mssql/mssql-schema.lisp" (written 30 JUL 2024 11:25:04 AM):...
Hi @jace-ys ; thanks for opening this issue. I believe we can relax the check there, but in doing so we still want to make sure we can make sense...