616 Commits

Author SHA1 Message Date
zgq
0dc73e4d34 pgsql-schema-export 2024-03-20 18:25:44 +08:00
zgq
1469908d27 pgsql schema export 2024-03-02 15:57:52 +08:00
feaf13725f The last part of the translation work is to format the code and correct some typos and wrong words. 2024-03-02 11:16:06 +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
ji
c654faefd9 Merge pull request #1183 from openai0229/issue#1135
complete exception throwing
2024-02-26 19:35:50 +08:00
zgq
bc85aba39e complete exception throwing 2024-02-26 19:34:02 +08:00
ji
cb0b614925 Merge pull request #1182 from openai0229/issue#1135
transaction support
2024-02-26 10:28:30 +08:00
zgq
8ba00fe0ff transaction support 2024-02-26 10:22:23 +08:00
ji
c2b5fed04a Merge pull request #1178 from tmlx1990/fix1174
fix:1174 达梦数据库新建表的时候可以设置自增
2024-02-26 10:14:05 +08:00
ji
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
zgq
80634b5107 实现MySQL存储过程修改 2024-02-25 16:53:45 +08:00
14db8b9266 fix:1174 达梦数据库,新建表的时候,可以设置自增。
目前不支持自定义起始及步长。后续补充。
2024-02-22 18:28:08 +08:00
25405399b0 fix :support command api dev 2024-02-20 09:57:39 +08:00
8b1d1b6c41 fix :support command api dev 2024-02-19 19:03:32 +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
cc49a85c39 Fix Bug #1042:The query result of timestamp field has one decimal place after the second. In addition,datetime field query result has a 'T' in the middle of date and time. 2024-02-04 12:15:39 +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
d4af8cefba Bug: Error #865 when a new row of new data id is added and not filled in in MySQL database. 2024-02-02 16:24:50 +08:00
3f0adc101b Issue:#793 Missing Schema in SQL Server Query 2024-02-02 16:07:03 +08:00
d85c7a330c Merge branch 'chat2db:dev' into dev 2024-02-02 15:15:02 +08:00
b4d49f2484 Issue #1110 that caused comments to be lost after modifying the order. 2024-02-02 15:11:55 +08:00
eda2401e8c fix custom ai 2024-02-01 20:57:36 +08:00
6f968086c9 feat:support download task 2024-01-31 19:16:15 +08:00
47ce285b23 fix:1107 修复修改排序后丢失注释的问题 2024-01-18 11:01:57 +08:00
b0196a4ef5 Optimize code structure service code. 2024-01-09 19:19:53 +08:00
be999aa831 Optimize code structure. 2024-01-09 19:16:55 +08:00
eeb7cd23fb merge main 2024-01-03 18:46:30 +08:00
e7349ef06f Avoid process being occupied and optimize database initialization speed 2024-01-03 14:11:22 +08:00
7ed715a4e4 Avoid process being occupied and optimize database initialization speed 2024-01-02 19:54:08 +08:00
09f04f7651 add client info 2024-01-02 16:25:39 +08:00
9156ac3d5f Support websocket long connections 2024-01-02 15:19:04 +08:00
11ed8a4203 remove white list 2024-01-02 15:10:38 +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
358a23da20 Fix null point error 2023-12-28 19:10:04 +08:00
01ab0ad304 Revert "FIX #1035 And FIX #980 Dify Chat API Support" 2023-12-28 14:23:19 +08:00
3d3e585b7c Merge branch 'chat2db:main' into main 2023-12-28 12:36:41 +08:00
22add550dc Fix oracle io close bug 2023-12-27 20:05:38 +08:00
ji
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
a0bedf2991 add sql log 2023-12-25 21:09:18 +08:00
6f6cb59cc9 删除demo测试路由 2023-12-25 16:37:38 +08:00
a9954e4f41 修复web刷新404问题 2023-12-25 16:35:39 +08:00