fix: consider duckdb as a normal tag (#7035)

This commit is contained in:
hugocasa
2025-11-03 11:55:13 +01:00
committed by GitHub
parent c04489c463
commit 16317a4714
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -197,8 +197,7 @@ lazy_static::lazy_static! {
"snowflake".to_string(),
"mssql".to_string(),
"bigquery".to_string(),
"oracledb".to_string(),
"duckdb".to_string(),
"oracledb".to_string()
// for related places search: ADD_NEW_LANG
];
+3 -3
View File
@@ -57,7 +57,8 @@ export const defaultTags = [
'csharp',
'nu',
'java',
'ruby'
'ruby',
'duckdb'
// for related places search: ADD_NEW_LANG
]
export const nativeTags = [
@@ -68,6 +69,5 @@ export const nativeTags = [
'snowflake',
'mssql',
'bigquery',
'oracledb',
'duckdb'
'oracledb'
]