d7667c6f82
MySQL移动列问题修复。
...
修复跨多连续数据移动不能识别的问题。
2024-04-11 18:29:36 +08:00
7f181054ba
update cdn host
2024-04-06 19:04:38 +08:00
af467eb5fc
remove redundant code and optimize exception throwing
2024-03-28 14:49:40 +08:00
f425604b15
db-data-export
2024-03-28 13:13:09 +08:00
c96490a426
feat:support system database and schemas
2024-03-17 21:56:50 +08:00
0fe586d263
feat:support Serializable
2024-03-15 14:07:51 +08:00
73cd1908ca
fix-mysql-view-ddl-query
2024-03-12 19:09:48 +08:00
73f420ec5e
Merge pull request #1216 from openai0229/fix-mysql-function-ddl-query
...
fix-mysql-function-ddl-query
2024-03-09 20:58:43 +08:00
5fb3c21973
Merge pull request #1215 from openai0229/fix-mysql-procedures-query
...
fix-mysql-procedures-query
2024-03-09 20:57:00 +08:00
7882c1a870
fix-mysql-function-ddl-query
2024-03-09 16:24:31 +08:00
81fb7f41a6
fix-mysql-procedures-query
2024-03-09 14:56:14 +08:00
8ed44a3724
export function
2024-03-09 14:15:40 +08:00
b9cefb2bd7
optimized code
2024-03-09 13:10:42 +08:00
c1e5a769e8
...
2024-02-29 23:13:19 +08:00
064d15bd5a
Part of the English translation work, and some typos in the original project were corrected.
2024-02-29 22:55:03 +08:00
81743fb45a
MySQL database export
2024-02-28 16:39:01 +08:00
8ba00fe0ff
transaction support
2024-02-26 10:22:23 +08:00
80634b5107
实现MySQL存储过程修改
2024-02-25 16:53:45 +08:00
8a57f0f2ac
Merge pull request #1111 from tmlx1990/1107
...
fix:1107 修复修改排序后丢失注释的问题
2024-02-17 17:43:19 +08:00
cc9068850e
Fix Issue #974:Unable to modify column name
2024-02-05 15:04:41 +08:00
7d7b78df1f
Revert "Issue:#974 Column reordering not taking effect , unable to modify column name"
...
This reverts commit 5802aefdafea52e24aea571f584a46da6b5ccd67.
2024-02-04 12:25:49 +08:00
7ae40ab34a
Revert "Fix the new bug brought by #974 : field attributes cannot be added normally."
...
This reverts commit c994acf88b73259a6bbd44eab0a5ec5f5e7aa608.
2024-02-04 12:25:48 +08:00
c994acf88b
Fix the new bug brought by #974 : field attributes cannot be added normally.
2024-02-03 10:11:58 +08:00
5802aefdaf
Issue:#974 Column reordering not taking effect , unable to modify column name
2024-02-02 18:35:21 +08:00
b4d49f2484
Issue #1110 that caused comments to be lost after modifying the order.
2024-02-02 15:11:55 +08:00
47ce285b23
fix:1107 修复修改排序后丢失注释的问题
2024-01-18 11:01:57 +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
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
290631abcb
Support database or schema
2023-11-16 20:48:45 +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
a0187de02d
将字段默认值选项改为后端传递。
2023-11-13 18:23:41 +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
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
1b36648819
Fix mysql type size error
2023-11-09 17:01:14 +08:00
88dd3358c3
Fix mysql database empty error
2023-11-08 20:36:22 +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
d5b9ab2d30
Fix sort database error,Fix sqlite query data error
2023-10-30 11:39:06 +08:00
6abf06cd85
merge
2023-10-23 21:38:34 +08:00
61b2ea14a1
Support for creating database and schema
2023-10-23 15:33:26 +08:00
51a35f770e
Supports fuzzy query of table names, not case sensitive.
...
Automatically add pagination parameters when users query SQL without pagination parameters.
Sort the database schema and prioritize the user-defined ones.
2023-10-22 22:46:26 +08:00
501fe01b69
Fix oracle update result data bug
2023-10-18 18:11:09 +08:00
5a0abba1fc
Add operation log
2023-10-17 22:28:07 +08:00