81 Commits

Author SHA1 Message Date
6a60df3c0a mysql修改列顺序测试 2024-05-29 06:58:38 +08:00
fb229b21e6 mysql修改列顺序测试 2024-05-28 00:53:10 +08:00
a52d0c6982 Merge pull request #1377 from tmlx1990/fixmysql
修复MySQL移动列时产生两个comment
2024-05-11 21:08:42 +08:00
9133d27409 修复MySQL移动例时产生两个comment 2024-05-11 15:48:57 +08:00
d9473560fb fix myql tinyint error 2024-04-28 16:19:49 +08:00
648b1bedd5 Merge pull request #1299 from tmlx1990/pro
fixed MySQL column movement problem
2024-04-16 15:12:39 +08:00
zgq
2edc405288 fix-mysql-procedures-query-and-dm-table-ddl-query 2024-04-12 19:41:59 +08:00
9d2af9c6e2 MySQL移动列问题修复。
修复跨多连续数据移动不能识别的问题。
2024-04-12 11:47:44 +08:00
d7667c6f82 MySQL移动列问题修复。
修复跨多连续数据移动不能识别的问题。
2024-04-11 18:29:36 +08:00
7f181054ba update cdn host 2024-04-06 19:04:38 +08:00
zgq
af467eb5fc remove redundant code and optimize exception throwing 2024-03-28 14:49:40 +08:00
zgq
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
zgq
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
zgq
7882c1a870 fix-mysql-function-ddl-query 2024-03-09 16:24:31 +08:00
zgq
81fb7f41a6 fix-mysql-procedures-query 2024-03-09 14:56:14 +08:00
zgq
8ed44a3724 export function 2024-03-09 14:15:40 +08:00
zgq
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
zgq
81743fb45a MySQL database export 2024-02-28 16:39:01 +08:00
zgq
8ba00fe0ff transaction support 2024-02-26 10:22:23 +08:00
zgq
80634b5107 实现MySQL存储过程修改 2024-02-25 16:53:45 +08:00
ji
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
ji
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
ji
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