@@ -101,7 +101,7 @@ jobs:
101
101
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
102
102
-DCH_ODBC_RUNTIME_LINK_STATIC=${{ fromJSON('{"static-runtime": "ON", "dynamic-runtime": "OFF"}')[matrix.runtime_link] }}
103
103
-DCH_ODBC_PREFER_BUNDLED_THIRD_PARTIES=${{ fromJSON('{"bundled-third-parties": "ON", "system-third-parties": "OFF"}')[matrix.third_parties] }}
104
- -DTEST_DSN_LIST="ClickHouse DSN (ANSI);ClickHouse DSN (Unicode);ClickHouse DSN (ANSI, RBWNAT) "
104
+ -DTEST_DSN_LIST="ClickHouse DSN (ANSI);ClickHouse DSN (Unicode)"
105
105
106
106
- name : Build
107
107
run : cmake --build ${{ github.workspace }}/build --config ${{ matrix.build_type }}
@@ -166,7 +166,6 @@ jobs:
166
166
[ODBC Data Sources]
167
167
ClickHouse DSN (ANSI) = ClickHouse ODBC Driver (ANSI)
168
168
ClickHouse DSN (Unicode) = ClickHouse ODBC Driver (Unicode)
169
- ClickHouse DSN (ANSI, RBWNAT) = ClickHouse ODBC Driver (ANSI)
170
169
171
170
[ClickHouse DSN (ANSI)]
172
171
Driver = ClickHouse ODBC Driver (ANSI)
@@ -181,13 +180,6 @@ jobs:
181
180
Url = http://${CLICKHOUSE_SERVER_IP}
182
181
DriverLog = yes
183
182
DriverLogFile = ${{ github.workspace }}/run/clickhouse-odbc-driver-w.log
184
-
185
- [ClickHouse DSN (ANSI, RBWNAT)]
186
- Driver = ClickHouse ODBC Driver (ANSI)
187
- Description = Test DSN for ClickHouse ODBC Driver (ANSI) that uses RowBinaryWithNamesAndTypes as data source communication default format
188
- Url = http://${CLICKHOUSE_SERVER_IP}/query?default_format=RowBinaryWithNamesAndTypes
189
- DriverLog = yes
190
- DriverLogFile = ${{ github.workspace }}/run/clickhouse-odbc-driver.log
191
183
EOF
192
184
193
185
# Run all tests except those that were run in "Test - unit tests" step.
0 commit comments