Commit Graph

44 Commits

Author SHA1 Message Date
guoyongchang fb0aafa04b
fix(sqlserver): support Unicode table references in completion 2026-08-05 02:51:45 +08:00
Freedom f700627675
feat(completion): support pinyin matching for Chinese identifiers 2026-08-05 02:03:09 +08:00
二丫讲梵 3e779d24d7
fix(sql-completion): respect keyword and function casing 2026-08-02 09:01:36 +08:00
guoyongchang 00927ac435
fix(sqlserver): preserve double-dot completion targets 2026-07-31 19:33:18 +08:00
t8y2 1d4ab520f3
fix(completion): prioritize exact snippet prefixes 2026-07-31 15:46:15 +08:00
Justin Gao 9bc1c1b0fb
feat(sql): add ClickHouse function completion 2026-07-31 14:38:50 +08:00
zipg 87ef514188
fix(editor): restore custom snippet trigger matching 2026-07-30 00:08:04 +08:00
zipg 66f94f23f1
fix(gaussdb): quote identifiers by compatibility mode 2026-07-29 23:34:58 +08:00
zipg 89c69ebe65
fix(completion): include PostgreSQL function parameters 2026-07-28 21:25:30 +08:00
zipg d24cd98776
fix(completion): isolate aliases across SQL statements 2026-07-28 21:08:24 +08:00
t8y2 146dc672dd
fix(sql): complete nested subquery sources 2026-07-27 23:04:57 +08:00
t8y2 d26c77ceb6
fix(editor): support Unicode SQL completion prefixes 2026-07-27 17:33:18 +08:00
t8y2 b5b56aad81
fix(completion): qualify ambiguous table suggestions 2026-07-26 09:09:19 +08:00
zipg c1270ba793
fix(oracle): improve alias column completion 2026-07-25 19:41:07 +08:00
zhangyc 3939658ebe
fix(editor): 内置 SQL 补全模板按数据库方言适配 2026-07-24 23:51:35 +08:00
t8y2 6b98c7ebf1
fix(doris): complete external catalog suggestions 2026-07-24 14:11:18 +08:00
zipg 63dd0e88b5
feat(editor): support SQL Server cross-database completion 2026-07-22 15:08:44 +08:00
Freedom bf41838006
feat(sql): improve MySQL function completion 2026-07-22 13:44:16 +08:00
t8y2 4e926cf22a fix(postgres): quote data grid condition completions 2026-07-21 23:13:18 +08:00
zipg 51f163ee6c
fix(completion): preserve longer keyword prefixes 2026-07-21 17:14:01 +08:00
t8y2 bd3c647370 feat(completion): use all table name initials for aliases 2026-07-21 16:38:53 +08:00
zipg 79f8c7284a
fix(sql): support Oracle system value completion 2026-07-20 23:29:18 +08:00
zipg 87f2bffa61
fix(editor): 修复 MySQL DUAL、SYSDATE 提示和额外间距 2026-07-20 11:51:40 +08:00
zipg f5cdbb8662
feat(completion): improve SQL function suggestions 2026-07-20 01:55:52 +08:00
zipg 84745bb349
fix(editor): refresh SQL signatures on dialect change 2026-07-20 01:18:32 +08:00
LRcoding 711d0ec57b
test(editor): cover context menu routing payloads 2026-07-15 20:53:22 +08:00
vrustx cc340605b8
fix(sql): quote postgres reserved identifiers 2026-07-15 19:37:00 +08:00
zipg 1ab93a6650
fix(sql): improve alias completion for joined tables 2026-07-15 17:36:17 +08:00
zipg 88d05a0a19
feat(oracle): improve multi-schema completion 2026-07-14 12:35:13 +08:00
zipg 00101ff0ac
fix(editor): improve Oracle SQL completion 2026-07-13 17:29:56 +08:00
zipg 8c11f2efaa
fix(editor): complete MySQL date functions 2026-07-13 17:16:44 +08:00
zipg d794bbe768
fix(editor): continue completion after selecting schemas 2026-07-13 17:16:23 +08:00
Anubis 2a92746dc0
feat(d1): add Cloudflare D1 database support 2026-07-12 22:03:57 +08:00
vrustx 02e1b943e8
fix(editor): skip duplicate table aliases 2026-07-12 12:21:12 +08:00
vrustx 34cf69132d
fix(editor): rank exact completion matches first 2026-07-10 18:12:35 +08:00
vrustx 024a4aedd6
fix(editor): resolve JOIN tables for navigation 2026-07-10 18:10:08 +08:00
t8y2 611f19fd8b fix(sql): keep column completion after subqueries 2026-07-08 00:53:05 +08:00
二丫讲梵 7eff6e544b
feat(sqlCompletion): 优化表别名建议功能,避免使用 SQL 关键字 (#2805) 2026-07-08 00:01:24 +08:00
t8y2 65af804099 feat(editor): allow disabling SQL snippets 2026-07-07 12:36:51 +08:00
zipg ce096ca21f
fix(completion): scoped table lookup, preserve casing, lower Oracle table-function boost
* fix: improve schema-qualified SQL completion

* fix(completion): preserve casing in completion table cache key and relaxed filter

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
Co-authored-by: t8y2 <1156263951@qq.com>
2026-07-06 18:28:23 +08:00
zipg 7ccc632ce8
fix(sql): improve completion triggers
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-07-06 17:22:24 +08:00
wuxiemian 987b0fd263
fix: improve SQL table and JOIN completion (#2629) 2026-07-06 13:19:37 +08:00
wuxiemian 3fdcc2d454
feat(sqlCompletion): support insert all-column completion 2026-07-06 01:29:23 +08:00
t8y2 7e7c4944e9 refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00