Skip to content

Commit 6b574c3

Browse files
committed
tests: Gate all the dialect tests o the 'parser' feature
1 parent d7f0384 commit 6b574c3

15 files changed

+45
-0
lines changed

tests/dialect/mod.rs

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
18+
#[cfg(feature = "parser")]
19+
mod sqlparser_bigquery;
20+
#[cfg(feature = "parser")]
21+
mod sqlparser_clickhouse;
22+
#[cfg(feature = "parser")]
23+
mod sqlparser_common;
24+
#[cfg(feature = "parser")]
25+
mod sqlparser_custom_dialect;
26+
#[cfg(feature = "parser")]
27+
mod sqlparser_databricks;
28+
#[cfg(feature = "parser")]
29+
mod sqlparser_duckdb;
30+
#[cfg(feature = "parser")]
31+
mod sqlparser_hive;
32+
#[cfg(feature = "parser")]
33+
mod sqlparser_mssql;
34+
#[cfg(feature = "parser")]
35+
mod sqlparser_mysql;
36+
#[cfg(feature = "parser")]
37+
mod sqlparser_postgres;
38+
#[cfg(feature = "parser")]
39+
mod sqlparser_redshift;
40+
#[cfg(feature = "parser")]
41+
mod sqlparser_regression;
42+
#[cfg(feature = "parser")]
43+
mod sqlparser_snowflake;
44+
#[cfg(feature = "parser")]
45+
mod sqlparser_sqlite;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)