|
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 |
|
|
83639ee52a
|
Support database or schema
|
2023-12-05 17:04:40 +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 |
|
|
f1176af805
|
support for mongodb
|
2023-11-26 16:14:15 +08:00 |
|
|
5549908aaa
|
support for mongodb
|
2023-11-26 14:57:24 +08:00 |
|
|
290631abcb
|
Support database or schema
|
2023-11-16 20:48:45 +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 |
|
|
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 |
|
|
9b6b564a19
|
Fix DM index error
|
2023-11-13 18:10:13 +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 |
|
|
654462ad1c
|
Fix kingbase8r6 error
|
2023-11-12 12:26:48 +08:00 |
|
|
06e779da8c
|
Fix issues 792 NullPointerException
|
2023-11-11 19:09:46 +08:00 |
|
|
097900a04a
|
fix mariaDB connec database bug
|
2023-11-11 16:56:48 +08:00 |
|
|
b999c2556d
|
fix point 乱码问题
|
2023-11-11 16:21:14 +08:00 |
|
|
4f3cd95c46
|
fix sqlserver sql page bug
|
2023-11-10 19:37:05 +08:00 |
|
|
bebbc06d60
|
Merge pull request #797 from tmlx1990/dev
fix:771 修复Mysql修改表结构时,tinyint类型不能设置长度问题
|
2023-11-10 19:30:53 +08:00 |
|
|
57817b2d1a
|
fix:771 修复Mysql修改表结构时,tinyint类型不能设置长度问题
|
2023-11-10 14:47:11 +08:00 |
|
|
db4bc33584
|
fix sqlserver sql page bug
|
2023-11-09 22:11:35 +08:00 |
|
|
fad74a6f04
|
Merge pull request #786 from e-mhui/fix-pg-sql-error
#785 fix pg ddl sql error
|
2023-11-09 21:13:03 +08:00 |
|
|
3a0e9320c5
|
#785 Modify split
|
2023-11-09 19:49:00 +08:00 |
|
|
c32bcab505
|
#785 Fix same constraint name in same schema
|
2023-11-09 19:42:31 +08:00 |
|
|
732b4f54d4
|
#785 add defaultValue
|
2023-11-09 19:25:56 +08:00 |
|
|
a80ccc7258
|
#785 fix pg sql error
|
2023-11-09 18:02:00 +08:00 |
|
|
c29db6aeab
|
support add service name
|
2023-11-09 17:29:36 +08:00 |
|
|
1b36648819
|
Fix mysql type size error
|
2023-11-09 17:01:14 +08:00 |
|
|
0327c7e0e9
|
Fix pg edit table error
|
2023-11-09 16:38:43 +08:00 |
|
|
88dd3358c3
|
Fix mysql database empty error
|
2023-11-08 20:36:22 +08:00 |
|
|
b9d8929fc0
|
support table primary key
|
2023-11-06 15:47:42 +08:00 |
|
|
9b3adb18ee
|
support table primary key
|
2023-11-06 10:04:02 +08:00 |
|
|
e1cbe0293c
|
Fix oracle table edit error
|
2023-11-03 16:04:35 +08:00 |
|
|
a7dc740221
|
Simplify the update and delete statements for query results when the table contains primary keys
|
2023-11-03 12:05:32 +08:00 |
|
|
14461ed59d
|
Simplify the update and delete statements for query results when the table contains primary keys
|
2023-11-02 23:41:30 +08:00 |
|
|
d545085d9c
|
Support 人大金仓 TABLE create and edit.
|
2023-11-02 22:58:15 +08:00 |
|
|
dde29de5bc
|
Support DB2 TABLE create and edit.
|
2023-11-02 15:50:09 +08:00 |
|
|
d29f37a10c
|
Support DM TABLE create and edit.
|
2023-11-01 23:52:55 +08:00 |
|
|
d5b9ab2d30
|
Fix sort database error,Fix sqlite query data error
|
2023-10-30 11:39:06 +08:00 |
|
|
867467ca59
|
fix: 修复clickhouse无法选中数据库问题
|
2023-10-27 11:41:46 +08:00 |
|
|
300ec51b5a
|
Support for creating database and schema
|
2023-10-24 23:13:18 +08:00 |
|
|
8d12182ba3
|
Support for creating database and schema
|
2023-10-23 22:23:46 +08:00 |
|
|
fb41f22952
|
Support for creating database and schema
|
2023-10-23 20:17:47 +08:00 |
|
|
61b2ea14a1
|
Support for creating database and schema
|
2023-10-23 15:33:26 +08:00 |
|