From 1b4e47d709711d9ad1b999a214ad2e72c4abdb69 Mon Sep 17 00:00:00 2001 From: yx755141 <90823123+yx755141@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=90=8C=E4=B9=89=E8=AF=8D?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E8=AF=A2=E6=89=80=E6=9C=89=E6=9C=89=E6=9D=83?= =?UTF-8?q?=E9=99=90=E7=9A=84=EF=BC=8C=E4=B8=8D=E6=AD=A2=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/queryEditor/QueryEditorHelpers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/queryEditor/QueryEditorHelpers.ts b/frontend/src/components/queryEditor/QueryEditorHelpers.ts index 2c88c137..ee0bc6e9 100644 --- a/frontend/src/components/queryEditor/QueryEditorHelpers.ts +++ b/frontend/src/components/queryEditor/QueryEditorHelpers.ts @@ -897,7 +897,6 @@ export const buildCompletionSynonymsMetadataQuerySpecs = (dialect: string): Meta FROM ALL_SYNONYMS WHERE DB_LINK IS NULL AND TABLE_NAME IS NOT NULL - AND (OWNER = USER OR OWNER = 'PUBLIC') ORDER BY CASE WHEN OWNER = USER THEN 0 WHEN OWNER = 'PUBLIC' THEN 1 ELSE 2 END, SYNONYM_NAME`, }]; };