zipg
|
50c42d8935
|
fix(postgres): support array types when adding columns
|
2026-08-08 11:13:42 +08:00 |
zipg
|
51dedaa5b7
|
fix(structure): 允许清除已删除字段的索引引用
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
|
2026-08-05 23:57:30 +08:00 |
onenewcode
|
1650b0605a
|
fix(structure): show PostgreSQL index types in editor
|
2026-07-30 16:49:14 +08:00 |
onenewcode
|
3b54fa56df
|
feat(structure): insert column after selected
|
2026-07-15 19:36:25 +08:00 |
t8y2
|
cb51832d7b
|
fix(structure): default editor to columns
|
2026-07-11 13:45:49 +08:00 |
zipg
|
5d5f7feb4a
|
feat(dameng): support identity columns in table editor
|
2026-07-11 09:14:35 +08:00 |
gggaiitx
|
2f3d1de46a
|
fix(structure): default edit view to DDL
|
2026-07-10 18:14:18 +08:00 |
t8y2
|
8c7e34a6de
|
fix(mysql): edit enum column values
|
2026-07-10 16:10:54 +08:00 |
t8y2
|
15d4dc6e2e
|
fix(sqlserver): omit display width for integer types
|
2026-07-08 11:05:45 +08:00 |
t8y2
|
7e7c4944e9
|
refactor(desktop): organize lib modules by domain
|
2026-07-04 13:53:52 +08:00 |
zipg
|
4da237d955
|
fix(app): 修复 Oracle 表结构已有字段识别
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
|
2026-07-01 16:05:01 +08:00 |
zipg
|
5d2ce9f189
|
fix(sqlserver): restrict identity to compatible column types
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
|
2026-07-01 12:48:37 +08:00 |
zipg
|
c4fe7c8ee8
|
fix: 修复 PostgreSQL 空字符串默认值处理 (#1970)
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
|
2026-06-27 00:53:53 +08:00 |
t8y2
|
cdfe576024
|
fix(structure): load dynamic data type options
|
2026-06-26 15:22:33 +08:00 |
Vergil Lai
|
f385386284
|
feat(manticore): add Manticore Search support
Add Manticore Search table data editing, structure editing, metadata handling, and SQL completion support.
|
2026-06-14 16:01:02 +08:00 |
t8y2
|
a017e04d4c
|
feat(structure): auto name new indexes
|
2026-06-11 22:40:10 +08:00 |
t8y2
|
edba8214b5
|
feat: show username/password fields for Access database connections
|
2026-06-10 08:37:18 +08:00 |
t8y2
|
fabf2172e4
|
chore: migrate test runner from node:test/tsx to vitest
155 files, 1091 tests, 4.3s (2x faster than previous 9.1s).
|
2026-06-08 01:17:27 +08:00 |
t8y2
|
cac90c7b62
|
fix(opengauss): open table structure editor
|
2026-06-02 18:50:00 +08:00 |
t8y2
|
130a33808e
|
feat(desktop): improve table structure editor
|
2026-06-01 23:52:53 +08:00 |
t8y2
|
55cad0cc08
|
fix(structure): reuse compatible data type options
|
2026-05-30 19:32:34 +08:00 |
t8y2
|
c7b7bed140
|
feat(editor): add extended column properties support for MySQL, PostgreSQL, and SQL Server
MySQL: AUTO_INCREMENT, ON UPDATE CURRENT_TIMESTAMP
PostgreSQL: GENERATED AS IDENTITY (BY DEFAULT / ALWAYS)
SQL Server: IDENTITY(seed, increment)
|
2026-05-29 00:41:51 +08:00 |
t8y2
|
32a4a5b1ec
|
fix: normalize temporal column precision
|
2026-05-26 14:38:53 +08:00 |
t8y2
|
b0a4061484
|
feat(structure): support column reordering
|
2026-05-22 16:43:14 +08:00 |
t8y2
|
5b3b69f7fb
|
fix(structure): load editor on open
|
2026-05-19 12:58:10 +08:00 |
t8y2
|
06683c57b1
|
chore(repo): move desktop app under apps
|
2026-05-18 02:35:39 +08:00 |
t8y2
|
5dabdb3985
|
chore(repo): move app tests under packages
|
2026-05-18 02:23:58 +08:00 |