|
7fb26381bd
|
hive的表结构查询需要根据DESCRIBE FORMATTED %s .%s 结果进行解析。
|
2024-03-14 18:17:51 +08:00 |
|
|
e29975b933
|
hive完善表、字段comment创建修改的问题。
待完善获取表结构功能。需要做特殊解析处理。
|
2024-03-13 18:23:07 +08:00 |
|
|
2b792be03f
|
hive增加schema,schema默认为database
|
2024-03-13 01:23:18 +08:00 |
|
|
2292f3dad7
|
hive的database创建实现。
|
2024-03-12 18:13:07 +08:00 |
|
|
c1cf54984f
|
hive修改表基础代码提交
|
2024-03-12 00:02:05 +08:00 |
|
|
332453f514
|
实现hive查看建表DDL
|
2024-03-11 18:18:47 +08:00 |
|
|
52b3ec19d1
|
hive数据库增加查看表的功能
|
2024-03-11 16:32:50 +08:00 |
|
|
be999aa831
|
Optimize code structure.
|
2024-01-09 19:16:55 +08:00 |
|
|
3e0412e09a
|
Fix the extra comma in mysql edit table
|
2023-12-29 11:56:16 +08:00 |
|
|
056df5d273
|
Fixed the problem of direct query table data error due to characters
|
2023-12-29 11:39:26 +08:00 |
|
|
22add550dc
|
Fix oracle io close bug
|
2023-12-27 20:05:38 +08:00 |
|
|
eb9ff6e8d6
|
Merge pull request #1008 from tmlx1990/fix974
Fix974、992 修复MySQL修改列顺序后生成SQL语句错误问题
|
2023-12-27 17:43:33 +08:00 |
|
|
6167134a12
|
fix: #974 优化MySQL修改列顺序算法。
|
2023-12-27 17:09:03 +08:00 |
|
|
b1de760e00
|
fix: #974 修复MySQL修改列顺序后生成SQL语句错误问题。
|
2023-12-21 14:46:39 +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 |
|
|
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 |
|