|
8bfdbc344c
|
sqlite-database-export
|
2024-03-11 20:34:40 +08:00 |
|
|
6b1fdde196
|
private
|
2024-03-11 20:24:05 +08:00 |
|
|
0e48b8b8aa
|
fix sqlite view ddl query
|
2024-03-11 20:21:47 +08:00 |
|
|
0e63ff1acb
|
fix sqlite triggers query and trigger ddl query
|
2024-03-11 19:15:07 +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 |
|
|
1baa37820f
|
Merge pull request #1210 from openai0229/fix-dm-table-ddl-missing-comment
fix-dm-table-ddl-missing-comment
|
2024-03-08 17:33:31 +08:00 |
|
|
875ba75d40
|
Merge pull request #1209 from openai0229/fix-dm-trigger-ddl-query
fix-dm-trigger-ddl-query
|
2024-03-08 17:32:57 +08:00 |
|
|
f91aba51eb
|
enhance readability
|
2024-03-08 17:15:38 +08:00 |
|
|
ac8f74d847
|
enhance readability
|
2024-03-08 17:09:52 +08:00 |
|
|
ce80127777
|
fix-dm-table-ddl-missing-comment
|
2024-03-08 14:54:39 +08:00 |
|
|
e1650a1b32
|
fix-dm-trigger-ddl-query
|
2024-03-08 13:52:26 +08:00 |
|
|
9ddd7b261c
|
fix functions query and function ddl query
|
2024-03-07 21:29:44 +08:00 |
|
|
48bbf6ca83
|
clickhouse-database-export
|
2024-03-06 20:41:48 +08:00 |
|
|
02257553e4
|
fix clickhouse view ddl query
|
2024-03-06 17:02:53 +08:00 |
|
|
1b0088c36b
|
fix-clickhouse-query-columns-under-a-table
|
2024-03-05 20:50:53 +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 |
|
|
cb0b614925
|
Merge pull request #1182 from openai0229/issue#1135
transaction support
|
2024-02-26 10:28:30 +08:00 |
|
|
8ba00fe0ff
|
transaction support
|
2024-02-26 10:22:23 +08:00 |
|
|
c2b5fed04a
|
Merge pull request #1178 from tmlx1990/fix1174
fix:1174 达梦数据库新建表的时候可以设置自增
|
2024-02-26 10:14:05 +08:00 |
|
|
083600603f
|
Merge pull request #1181 from openai0229/issue#1135
实现MySQL存储过程修改
|
2024-02-26 10:09:28 +08:00 |
|
|
fe3ad6673e
|
support clickhouse create/update
|
2024-02-25 16:55:21 +08:00 |
|
|
80634b5107
|
实现MySQL存储过程修改
|
2024-02-25 16:53:45 +08:00 |
|
|
14db8b9266
|
fix:1174 达梦数据库,新建表的时候,可以设置自增。
目前不支持自定义起始及步长。后续补充。
|
2024-02-22 18:28:08 +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 |
|
|
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 |
|