Commit Graph

1211 Commits

Author SHA1 Message Date
gggaiitx 8a6640e184
fix(ddl): include table comments in generated DDL 2026-07-13 21:06:08 +08:00
t8y2 5999fbf00c fix(web): stream table import uploads 2026-07-13 20:50:45 +08:00
Abeautifulsnow 78b3bb1ba1
feat(export): add streaming TXT data export 2026-07-13 20:44:57 +08:00
zipg 2cb58b0b5a
fix(import): preserve Excel date styles outside A1 2026-07-13 20:13:19 +08:00
zipg d1cce3ed1e
fix(kingbase): quote MySQL-compatible identifiers 2026-07-13 18:51:32 +08:00
onenewcode 66d7b965dc
feat(grid): add list and range filters 2026-07-13 18:14:11 +08:00
zipg 8710bc9069
fix(nacos): preserve disabled service instances 2026-07-13 18:03:18 +08:00
rainhan c7991b316e
feat(connection): test SSH tunnel profiles 2026-07-13 17:51:51 +08:00
二丫讲梵 4c7205abe7
feat(grid): copy inserts when primary keys are hidden 2026-07-13 17:16:30 +08:00
Komh 35ca4e3a37
feat(duckdb): add connection bootstrap and remote catalogs 2026-07-13 17:03:33 +08:00
t8y2 67541232a2 fix(agents): share runtimes across connection sessions 2026-07-13 15:13:48 +08:00
Guoyu Su a99a34b4ab
fix(mongodb): use dedicated count for legacy collections 2026-07-13 13:21:50 +08:00
t8y2 03bc87c77a fix(postgres): fall back for routine signatures 2026-07-13 10:29:03 +08:00
t8y2 0745fbc53c feat(connection): increase default query timeout 2026-07-13 09:30:33 +08:00
t8y2 be8ad972f4 chore(release): bump version to 0.5.55 2026-07-13 01:07:55 +08:00
t8y2 a3f3cadb39 fix(postgres): distinguish overloaded routines 2026-07-13 00:26:04 +08:00
t8y2 4b44ccf86e feat(import): support configurable file row ranges 2026-07-12 23:14:23 +08:00
zipg 9a09bd49cb
fix(mongodb): support array filters in updates 2026-07-12 23:13:36 +08:00
二丫讲梵 0e779f9edc
fix(sql): improve read-only statement detection 2026-07-12 23:05:32 +08:00
auth0 fa76c742c8
fix(mysql): disconnect failed export streams 2026-07-12 22:59:27 +08:00
t8y2 968d4488a6 fix(sync): send Gitee snippet files as JSON object 2026-07-12 22:41:00 +08:00
t8y2 72880d2933 feat(h2): add legacy 2.1 driver 2026-07-12 22:14:01 +08:00
Anubis 2a92746dc0
feat(d1): add Cloudflare D1 database support 2026-07-12 22:03:57 +08:00
rainhan 977e7f78ca
feat(connection): add reusable tunnel profiles 2026-07-12 22:03:46 +08:00
onenewcode 7a42b1e96b
fix(mysql): stop multi-statement execution after first error 2026-07-12 21:30:27 +08:00
t8y2 ee1007a636 chore(release): bump version to 0.5.54 2026-07-12 12:43:03 +08:00
t8y2 c3ec7fceef fix(sqlite): reuse in-memory database connection 2026-07-12 11:46:29 +08:00
miracle 16e879e40e
perf(query): optimize result loading and connection reuse 2026-07-12 11:18:52 +08:00
onenewcode 24c63b6012
feat(elasticsearch): render REST JSON responses 2026-07-12 10:49:25 +08:00
wuxiemian 1be66fb115
feat(safety): add production environment safeguards 2026-07-12 10:02:27 +08:00
t8y2 be66d6f46b fix(export): preserve numeric types in XLSX files 2026-07-12 09:45:27 +08:00
t8y2 fec91b9aef feat(update): mirror agent release downloads 2026-07-11 23:40:18 +08:00
t8y2 bfdd7e5b1a feat(transfer): support Kingbase data transfer 2026-07-11 22:22:21 +08:00
onenewcode 54632f4c16
feat(query): add MySQL standard explain table view 2026-07-11 20:34:54 +08:00
t8y2 830e3c2183 fix(mysql): stream large SQL file execution 2026-07-11 20:25:05 +08:00
t8y2 7fb9bce089 fix(redis): continue sparse key scans 2026-07-11 19:39:40 +08:00
t8y2 3afc0e74d2 fix(core): preserve query session connections 2026-07-11 19:38:45 +08:00
t8y2 c2040021f6 fix(mysql): preserve string defaults in schema diff 2026-07-11 19:38:28 +08:00
t8y2 e4563f9659 fix(web): harden JDBC uploads and CORS 2026-07-11 17:56:47 +08:00
zipg 8d14a056b7
fix(tdengine): support table row editing 2026-07-11 13:01:33 +08:00
t8y2 5764b3d9e0 fix(duckdb): include column comments in metadata 2026-07-11 11:20:59 +08:00
t8y2 7bb2042fe5 fix(grid): omit empty generated values on insert 2026-07-11 10:56:05 +08:00
t8y2 6d60b8abd2 chore(release): bump version to 0.5.53 2026-07-11 09:51:20 +08:00
t8y2 bdc30bae28 fix(ai): use Gemini streaming endpoint in connection test 2026-07-11 09:30:23 +08:00
zipg 5d5f7feb4a
feat(dameng): support identity columns in table editor 2026-07-11 09:14:35 +08:00
t8y2 ec486b29a7 fix(mysql): avoid foreign key metadata joins 2026-07-11 09:10:36 +08:00
t8y2 0469a314da fix(postgres): skip creating existing transfer schemas 2026-07-11 09:02:34 +08:00
t8y2 c782b6a21b fix(iris): use single-row values for table imports 2026-07-11 08:56:03 +08:00
二丫讲梵 ee4658bac2
fix(sqlserver): support duplicate result columns 2026-07-11 01:00:28 +08:00
zipg 3a5ef776b1
fix(mysql): optimize stored procedure loading 2026-07-11 00:32:49 +08:00