@@ -33,12 +33,6 @@ class CliArgsTest {
3333 "--mode PARSE -s filename -t filename -o filename;" +
3434 "-t (--target) cannot be used with --mode PARSE option" ,
3535
36- "--mode graph --graph-name public.test --db-type MS jdbc:postgresql:q;" +
37- "Cannot work with PG database as MS project." ,
38-
39- "--mode graph --graph-name dbo.test jdbc:sqlserver:f;"
40- + "Cannot work with MS database as PG project." ,
41-
4236 "--mode graph --graph-name public.test jdbc:postgresql:q jdbc:postgresql:q2;"
4337 + "-t (--target) cannot be used with --mode GRAPH option" ,
4438
@@ -54,84 +48,6 @@ class CliArgsTest {
5448 "jdbc:postgresql:q jdbc:postgresql:q2 -X -C;"
5549 + "-C (--concurrently-mode) cannot be used with the option(s) -X (--add-transaction) for PostgreSQL." ,
5650
57- "jdbc:sqlserver:f jdbc:postgresql:q2;"
58- + "Source (MS) and target (PG) are of different types, possibly missing --db-type parameter." ,
59-
60- "jdbc:postgresql:q2 jdbc:sqlserver:f;"
61- + "Source (PG) and target (MS) are of different types, possibly missing --db-type parameter." ,
62-
63- "jdbc:sqlserver:f jdbc:ch:c;"
64- + "Source (MS) and target (CH) are of different types, possibly missing --db-type parameter." ,
65-
66- "jdbc:ch:c jdbc:sqlserver:f;"
67- + "Source (CH) and target (MS) are of different types, possibly missing --db-type parameter." ,
68-
69- "jdbc:sqlserver:f jdbc:clickhouse:c;"
70- + "Source (MS) and target (CH) are of different types, possibly missing --db-type parameter." ,
71-
72- "jdbc:clickhouse:c jdbc:sqlserver:f;"
73- + "Source (CH) and target (MS) are of different types, possibly missing --db-type parameter." ,
74-
75- "jdbc:postgresql:q2 jdbc:ch:c;"
76- + "Source (PG) and target (CH) are of different types, possibly missing --db-type parameter." ,
77-
78- "jdbc:ch:c jdbc:postgresql:q2;"
79- + "Source (CH) and target (PG) are of different types, possibly missing --db-type parameter." ,
80-
81- "jdbc:postgresql:q2 jdbc:clickhouse:c;"
82- + "Source (PG) and target (CH) are of different types, possibly missing --db-type parameter." ,
83-
84- "jdbc:clickhouse:c jdbc:postgresql:q2;"
85- + "Source (CH) and target (PG) are of different types, possibly missing --db-type parameter." ,
86-
87- "jdbc:sqlserver:f filename;"
88- + "Source (MS) and target (PG) are of different types, possibly missing --db-type parameter." ,
89-
90- "filename jdbc:sqlserver:f;"
91- + "Source (PG) and target (MS) are of different types, possibly missing --db-type parameter." ,
92-
93- "jdbc:sqlserver:f filename --db-type CH;"
94- + "Source (MS) and target (CH) are of different types, possibly missing --db-type parameter." ,
95-
96- "filename jdbc:sqlserver:f --db-type CH;"
97- + "Source (CH) and target (MS) are of different types, possibly missing --db-type parameter." ,
98-
99- "jdbc:postgresql:q2 filename --db-type MS;"
100- + "Source (PG) and target (MS) are of different types, possibly missing --db-type parameter." ,
101-
102- "filename jdbc:postgresql:q2 --db-type MS;"
103- + "Source (MS) and target (PG) are of different types, possibly missing --db-type parameter." ,
104-
105- "jdbc:postgresql:q2 filename --db-type CH;"
106- + "Source (PG) and target (CH) are of different types, possibly missing --db-type parameter." ,
107-
108- "filename jdbc:postgresql:q2 --db-type CH;"
109- + "Source (CH) and target (PG) are of different types, possibly missing --db-type parameter." ,
110-
111- "filename jdbc:ch:c;"
112- + "Source (PG) and target (CH) are of different types, possibly missing --db-type parameter." ,
113-
114- "jdbc:ch:c filename;"
115- + "Source (CH) and target (PG) are of different types, possibly missing --db-type parameter." ,
116-
117- "filename jdbc:ch:c --db-type MS;"
118- + "Source (MS) and target (CH) are of different types, possibly missing --db-type parameter." ,
119-
120- "jdbc:ch:c filename --db-type MS;"
121- + "Source (CH) and target (MS) are of different types, possibly missing --db-type parameter." ,
122-
123- "filename jdbc:clickhouse:c;"
124- + "Source (PG) and target (CH) are of different types, possibly missing --db-type parameter." ,
125-
126- "jdbc:clickhouse:c filename;"
127- + "Source (CH) and target (PG) are of different types, possibly missing --db-type parameter." ,
128-
129- "filename jdbc:clickhouse:c --db-type MS;"
130- + "Source (MS) and target (CH) are of different types, possibly missing --db-type parameter." ,
131-
132- "jdbc:clickhouse:c filename --db-type MS;"
133- + "Source (CH) and target (MS) are of different types, possibly missing --db-type parameter." ,
134-
13551 "-r filename filename;"
13652 + "Script can be applied only to database." ,
13753
0 commit comments