|
eb3f0645f2
|
修复web刷新404问题
|
2023-12-25 16:24:09 +08:00 |
|
|
a29d1b46c0
|
CLICKHOUSE supportSchema
|
2023-12-21 12:46:38 +08:00 |
|
|
6ef7236fd0
|
fix: Some database configuration files
|
2023-12-20 22:59:48 +08:00 |
|
|
61812639cc
|
fix: SQLite supportDatabase
|
2023-12-19 15:25:26 +08:00 |
|
|
cf84d91382
|
Improve startup speed
|
2023-12-13 20:40:51 +08:00 |
|
|
7399c7f567
|
Improve startup speed
|
2023-12-13 20:08:16 +08:00 |
|
|
c1639cc4c0
|
Improve startup speed
|
2023-12-13 00:12:02 +08:00 |
|
|
8d9443a0c6
|
Improve startup speed
|
2023-12-12 23:47:17 +08:00 |
|
|
b9606007d2
|
Improve startup speed
|
2023-12-12 23:22:20 +08:00 |
|
|
3df13fc9bc
|
Improve startup speed
|
2023-12-12 23:04:39 +08:00 |
|
|
1ae7016d02
|
Improve startup speed
|
2023-12-12 20:06:51 +08:00 |
|
|
204f8076cc
|
Improve startup speed
|
2023-12-12 17:34:51 +08:00 |
|
|
15807f613b
|
Merge pull request #921 from tmlx1990/fix920
Fix: 920 修改格式化SQL不能解析带注释的SQL的问题
|
2023-12-07 23:14:11 +08:00 |
|
|
2c162f2f51
|
Improve startup speed
|
2023-12-07 23:12:18 +08:00 |
|
|
df153639d0
|
Improve startup speed
|
2023-12-07 17:45:44 +08:00 |
|
|
add658c7b5
|
hutool的SQL格式化,不能处理带注释的内容。
修改为使用JSQLFormatter开源项目来处理。
|
2023-12-06 18:13:48 +08:00 |
|
|
77f944a956
|
Improve startup speed
|
2023-12-05 21:18:30 +08:00 |
|
|
83639ee52a
|
Support database or schema
|
2023-12-05 17:04:40 +08:00 |
|
|
3b1c197425
|
operation order desc
|
2023-11-30 17:57:42 +08:00 |
|
|
44507e1682
|
ai deserialization update
|
2023-11-30 16:01:01 +08:00 |
|
|
17f7a5e9de
|
Merge pull request #899 from hantianwei/main
修复SQL SERVER 编辑表中索引获取不全问题
|
2023-11-29 22:32:18 +08:00 |
|
|
cf8d0310df
|
修复SQL SERVER 编辑表中索引获取不全问题,使用sys.indexes.is_primary_key 判断是否为主键
参考:https://learn.microsoft.com/zh-cn/sql/relational-databases/system-catalog-views/sys-indexes-transact-sql?view=sql-server-ver16
|
2023-11-29 18:03:40 +08:00 |
|
|
f40be5ca71
|
delete models
|
2023-11-28 17:29:45 +08:00 |
|
|
b7a95ccce1
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-11-28 16:01:22 +08:00 |
|
|
32f41591c3
|
Support database or schema
|
2023-11-28 16:01:12 +08:00 |
|
|
f8f3e66eb1
|
merge mongo
|
2023-11-26 23:46:04 +08:00 |
|
|
f1176af805
|
support for mongodb
|
2023-11-26 16:14:15 +08:00 |
|
|
5549908aaa
|
support for mongodb
|
2023-11-26 14:57:24 +08:00 |
|
|
696725c0eb
|
Merge pull request #861 from tmlx1990/dev3.0.13
FIX:847 修复MySQL修改表结构,不回显注释的问题。
|
2023-11-20 21:48:05 +08:00 |
|
|
4af8dc52b6
|
FIX:847修复MySQL修改表注释后,不回显的问题。
|
2023-11-20 17:57:05 +08:00 |
|
|
0c44af1b04
|
prompt update
|
2023-11-20 15:20:41 +08:00 |
|
|
290631abcb
|
Support database or schema
|
2023-11-16 20:48:45 +08:00 |
|
|
144b8b8d9e
|
Fix oracle datatype error
|
2023-11-16 12:38:21 +08:00 |
|
|
b49c5cb88b
|
Fix oracle datatype error
|
2023-11-16 10:12:36 +08:00 |
|
|
5b126a38f0
|
Fix oracle datatype error
|
2023-11-15 18:32:04 +08:00 |
|
|
fc6f7aa547
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-11-15 10:42:58 +08:00 |
|
|
30210e7b40
|
Fix oracle datatype error
|
2023-11-15 10:42:47 +08:00 |
|
|
1d110521fa
|
model config update
|
2023-11-15 10:02:42 +08:00 |
|
|
594190f594
|
Merge pull request #805 from tmlx1990/main
FIX: 772 默认值中增加CURRENT_TIMESTAMP。
|
2023-11-14 19:47:02 +08:00 |
|
|
18cce246f2
|
Fix DM index error
|
2023-11-14 16:26:32 +08:00 |
|
|
3a13c936b4
|
增加DB2、DM、KingBase、PostgreSQL、Sqlite、SqlServer默认值下拉配置。
|
2023-11-13 23:21:28 +08:00 |
|
|
a0187de02d
|
将字段默认值选项改为后端传递。
|
2023-11-13 18:23:41 +08:00 |
|
|
7cd75e99fe
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-11-13 18:10:24 +08:00 |
|
|
9b6b564a19
|
Fix DM index error
|
2023-11-13 18:10:13 +08:00 |
|
|
a8e6947319
|
console update
|
2023-11-13 14:43:10 +08:00 |
|
|
2e31890381
|
Driver configuration is configured through json,
Support driver attribute configuration.
|
2023-11-12 22:50:40 +08:00 |
|
|
c12b0b1f02
|
Merge branch 'dev' into fix/645
|
2023-11-12 22:46:51 +08:00 |
|
|
8248a5f838
|
Driver configuration is configured through json,
Support driver attribute configuration.
|
2023-11-12 22:38:34 +08:00 |
|
|
eed78015dc
|
Driver configuration is configured through json,
Support driver attribute configuration.
|
2023-11-12 22:25:51 +08:00 |
|
|
ff4b0e1211
|
Fix kingbase8r6 error
|
2023-11-12 12:57:23 +08:00 |
|