Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e48be3d

Browse files
authored
fix dialect list
Dialect Rule Constant for Rule-based Method
2 parents 56cf0ed + 2d5fe88 commit e48be3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎backend/utils/constants.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
DIALECT_LIST_RULE = ["athena", "bigquery", "clickhouse", "databricks", "doris", "drill", "druid",
1818
"duckdb", "dune", "hive", "materialize", "mysql", "oracle", "postgres",
1919
"presto", "prql", "redshift", "risingwave", "snowflake", "spark", "spark2",
20-
"sqlite", "starrocks", "tableau", "teradata", "trino", "tsql", "postgresql"]
20+
"sqlite", "starrocks", "tableau", "teradata", "trino", "tsql", "postgresql", "pg"]
2121
DIALECT_MAP = {
2222
'pg': 'PostgreSQL 14.7',
2323
'mysql': "MySQL 8.4",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /