Commit Graph

146 Commits

Author SHA1 Message Date
t8y2 7ee335e38a
feat(uxdb): add UXDB database support 2026-07-24 21:15:06 +08:00
Elias 0362fef273
feat(xugu): expose table child metadata 2026-07-24 16:47:13 +08:00
t8y2 8554320379
fix(kingbase): remove legacy Java agent remnants 2026-07-24 14:53:56 +08:00
t8y2 8ae2146546
fix(kingbase): probe legacy identifier quote syntax 2026-07-24 14:40:51 +08:00
t8y2 5a47084c7b
fix(mongodb): decode extended JSON document ids 2026-07-24 14:30:34 +08:00
t8y2 3fa3a5b663
feat(kingbase): remove legacy Java agent 2026-07-24 11:26:28 +08:00
zipg 405dca5bb4
fix(kingbase): restore column comments in table DDL 2026-07-24 09:31:31 +08:00
t8y2 2bdab48d78 fix(oracle): support locked edits and OceanBase sources 2026-07-23 23:59:03 +08:00
t8y2 3b004abb1e feat(oracle): add TNS connections and trigger editing 2026-07-23 23:03:45 +08:00
t8y2 15972b222b fix(oracle): include system schemas in schema list 2026-07-23 19:04:46 +08:00
t8y2 08e907c3db fix(oracle): preserve timezone-less datetime values 2026-07-23 19:04:22 +08:00
t8y2 857a3acb90 fix(kingbase): preserve identity columns in table DDL 2026-07-23 18:24:40 +08:00
miracle c11b0b160d
fix(mongodb): preserve int64 filter values 2026-07-23 17:06:31 +08:00
t8y2 87bb06d3e4 fix(kingbase): report compatibility identifier quote 2026-07-23 15:35:42 +08:00
miracle 8adf802444
fix(kafka): support ZooKeeper broker discovery 2026-07-23 00:20:47 +08:00
Yann丶 39e554369f
feat(rabbitmq): add message queue management support 2026-07-22 23:52:09 +08:00
amwps290 c958fc9799
fix(kingbase): load comments in MySQL compatibility mode 2026-07-22 18:11:25 +08:00
zipg a81d6da604
fix(dameng): support configurable system schemas 2026-07-22 17:40:40 +08:00
zipg a94a6e3f84
fix(xugu): support legacy column metadata 2026-07-22 13:26:37 +08:00
t8y2 9e53fe28f8 fix(xugu): stabilize watchdog test 2026-07-22 10:51:44 +08:00
t8y2 9d7d4aa2ea fix(kingbase): avoid privileged table metadata query 2026-07-22 10:34:47 +08:00
zipg 25e799c34b
fix(oracle): restore alias completion and DIP visibility 2026-07-22 01:14:56 +08:00
amwps290 fb6ef28974
fix(kingbase): respect database_mode in native driver 2026-07-21 16:55:56 +08:00
t8y2 8f98e28305 fix(tdengine): switch REST databases without USE SQL 2026-07-21 15:58:06 +08:00
t8y2 38b3751e6d fix(dameng): support trigger source retrieval 2026-07-21 13:59:27 +08:00
Melody Ruch 1e9e0e6dd0
fix(kingbase): preserve user schemas with system-like names 2026-07-21 00:10:42 +08:00
Elias e143a76e1f
fix(xugu): reconstruct table DDL without privileged metadata 2026-07-20 23:30:53 +08:00
zipg 3650b6026e
fix(kingbase): load indexes in SQL Server mode 2026-07-20 23:29:43 +08:00
zipg f4ce0dc435
fix(dameng): support low-privilege schema loading 2026-07-20 23:28:21 +08:00
AiLi 574172f667
feat(rocketmq): add agent and management console 2026-07-20 22:58:05 +08:00
t8y2 35c33a4085 feat(kingbase): add native Go agent 2026-07-20 18:43:23 +08:00
zipg e40ce9336f
fix(kingbase): load V8R6 column metadata 2026-07-20 18:16:28 +08:00
Spencer.Chang d69f9d3cde
fix(jdbc): avoid privileged Kingbase metadata query 2026-07-20 16:54:51 +08:00
zipg 20e62bbffa
fix(kingbase): restore bounded string lengths 2026-07-20 16:27:26 +08:00
zipg c00ed415d9
fix(kingbase): 降级处理异常 identity 兼容视图 2026-07-20 11:34:30 +08:00
zipg 2a65b278e8
fix(kingbase): load tables for restricted users 2026-07-18 21:41:14 +08:00
t8y2 0f02e216aa fix(mongodb): preserve date-shaped string values 2026-07-18 00:11:21 +08:00
Elias 08cd8903f4
feat(xugu): expose programmable object metadata 2026-07-17 17:53:44 +08:00
vrustx a1d728092c
fix(mongodb): support aggregation pipeline updates 2026-07-17 01:08:22 +08:00
zipg 5c7832720e
fix(gbase8a): preserve native table DDL 2026-07-17 00:06:37 +08:00
Freedom 68b1777aa4
feat(mq): improve Kafka peek and admin localization 2026-07-16 18:20:27 +08:00
Abeautifulsnow d9ef8b0cac
fix(agent): enforce Oracle and Xugu query timeouts 2026-07-16 18:00:08 +08:00
zipg 67b04f5635
fix(kingbase): omit invalid varchar length in exported DDL 2026-07-16 17:30:34 +08:00
zipg b4bf5e078b
fix(dameng): classify materialized views in paged metadata 2026-07-16 16:33:07 +08:00
zipg bfcd7593ee
fix(kingbase): preserve table comments and schema expansion 2026-07-16 16:05:51 +08:00
zipg 6b07b14af8
fix(zookeeper): 修复慢连接超时
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-07-16 15:30:27 +08:00
zipg 12ab08f543
fix(kingbase): set pg_catalog last in pg-compat search_path
* fix(kingbase): prioritize selected schema in pg catalog mode

* Fix:安全解析 Kingbase 所选模式对象

---------

Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-07-16 00:54:33 +08:00
LRcoding 711d0ec57b
test(editor): cover context menu routing payloads 2026-07-15 20:53:22 +08:00
zipg 14ce7a229e
fix(kingbase): filter non-connectable databases 2026-07-15 19:28:44 +08:00
shen 3748d83cde
feat(desktop): add database info and SQL statement markers 2026-07-15 18:35:34 +08:00