View Revisions: Issue #5593

Summary 0005593: Incorrect Logic in various DDLBuilders for Processing Changes
Revision 2023-01-26 19:55 by cquamme
Steps To Reproduce 1. Setup MongoDB as a server node.
2. Set up Postgres as a client node.
3. Setup customer table on Mongo node.
4. Configure table to run bidirectionally
5. Run an initial load with a create table.
6. Error will show up in log and initial load will error.
Revision 2023-01-25 16:19 by cquamme
Steps To Reproduce 1. Setup MongoDB as a server node.
2. Set up Postgres as a client node.
3. Setup customer table on Mongo node.
4. Run an initial load with a create table.
5. Error will show up in log and initial load will error.
Revision 2023-01-25 16:06 by cquamme
Steps To Reproduce 1. Setup a database a server node. (I used MongoDB).
2. Set up Postgres as a client node.
3. Setup customer table on Mongo node.
4. Run an initial load with a create table.
5. Error will show up in log and initial load will error.
Revision 2023-01-25 15:56 by cquamme
Steps To Reproduce 1. Setup a database a server node. (I used MongoDB).
2. Set up Postgres as a client node.
3. Run an initial load with a create table.
4. Error will show up in log and initial load will error.
Revision 2022-11-21 18:04 by cquamme
Steps To Reproduce