f28d169f10
Merge branch 'dev' into 1402_Changes
2024-10-28 14:02:45 +08:00
38fa3f100d
fix oracle type columnSize QA
2024-07-10 14:54:40 +08:00
025032cd05
oracle column Type error fix
2024-07-10 14:00:54 +08:00
ab96987d92
remove ';' in builder sql
2024-07-09 11:52:53 +08:00
ec9121bf35
fix(chat2db): ensure proper escaping of string values in SQL queries
...
String values in SQL queries are now properly escaped to prevent potential security issues
and incorrect query syntax. This update affects the JDBC value processing logic and the
way columns are built into SQL queries, streamlining the escaping mechanism for various
data types.
The changes include:
- Removal of unnecessary null checks that were redundant with Objects.isNull().
- Streamlined string escaping logic using EasyStringUtils.escapeAndQuoteString().- Utilization of the stream API for more concise and readable code.
BREAKING CHANGE: If any external code relies on the previous behavior of not escaping
string values, it must now handle the escaped values appropriately to avoid syntax
errors or potential SQL injection vulnerabilities.
2024-07-08 17:01:42 +08:00
5d80e3837a
batch export
2024-06-23 21:23:24 +08:00
cd16555c45
data export
2024-06-18 13:56:25 +08:00
1f533933f9
Optimize MysqlValueProcessor
2024-06-03 22:28:22 +08:00
3a7e19d912
basic MysqlValueProcessor
2024-06-01 20:18:58 +08:00
014a0e0455
Changes for Issue 1360
2024-05-06 18:16:03 +05:30
064d15bd5a
Part of the English translation work, and some typos in the original project were corrected.
2024-02-29 22:55:03 +08:00
7ed715a4e4
Avoid process being occupied and optimize database initialization speed
2024-01-02 19:54:08 +08:00
9156ac3d5f
Support websocket long connections
2024-01-02 15:19:04 +08:00
3df13fc9bc
Improve startup speed
2023-12-12 23:04:39 +08:00
77f944a956
Improve startup speed
2023-12-05 21:18:30 +08:00
a7dc740221
Simplify the update and delete statements for query results when the table contains primary keys
2023-11-03 12:05:32 +08:00
fc9d1db3a7
修复Windows复制模板失败问题
2023-10-20 09:08:24 +08:00
b6f344d546
日志
2023-10-18 14:10:35 +08:00
e9b80fce01
去除多余导包
2023-10-18 14:06:34 +08:00
420d185360
修复打成jar包后,复制模板失败的bug
2023-10-18 14:04:17 +08:00
de447e0de3
merge export_ddl
2023-09-21 14:34:01 +08:00
f1ecfbed87
表结构文档导出
2023-09-12 15:36:13 +08:00
a119b0d806
Fix some team project bugs
2023-09-09 16:32:15 +08:00
40a079bd93
Fix some team project bugs
2023-09-09 14:35:45 +08:00
f5a13ba17f
feat: delete
2023-09-03 17:29:49 +08:00
cc4c5a7623
fix: Connection cannot be saved
2023-09-03 16:42:29 +08:00
86616cf2ac
Complete team additions, deletions, modifications, and checks
2023-09-02 17:08:26 +08:00
4efc7121c3
Complete team additions, deletions, modifications, and checks
2023-09-02 16:12:03 +08:00
dcffa3d971
Complete operation addition, deletion, modification, and check
2023-09-02 14:51:48 +08:00
26644b0e36
Merge branch 'developing' into team
2023-09-01 17:33:17 +08:00
9b659016f6
Fix bug with invalid schema specification
2023-08-29 23:38:24 +08:00
93a1c12777
Add order by
2023-08-26 20:46:29 +08:00
9221564546
Merge branch 'developing' into team
2023-08-18 22:01:24 +08:00
ef40737984
mask log
2023-08-13 17:11:02 +08:00
b94ce9fd88
mask log
2023-08-13 17:09:32 +08:00
79ffd2c1f2
mask log
2023-08-13 17:00:39 +08:00
19e0653f5f
Complete team user code
2023-08-13 15:37:34 +08:00
29155703c4
Complete team user code
2023-08-06 16:41:28 +08:00
77417d8c38
Complete the datasource code
2023-08-06 15:53:23 +08:00
ab4801d97b
Complete the datasource code
2023-08-05 19:21:18 +08:00
25d789ba73
Optimize startup speed
2023-07-30 11:20:55 +08:00
c34aff47cb
Starting Flyway No More Repeatedly
2023-07-29 21:27:07 +08:00
9eb83ca69e
Completing CSV export
2023-07-29 19:30:31 +08:00
60616502e6
Completing CSV export
2023-07-29 16:54:46 +08:00
5c42dc38dd
Modify Model Call Connection
2023-07-10 21:55:06 +08:00
fd4fbac3df
Merge remote-tracking branch 'origin/developing' into developing
2023-07-09 19:18:29 +08:00
d0cdb420c0
Complete docking with the gateway
2023-07-09 19:18:14 +08:00
fe056de42b
fix exception
2023-07-09 17:06:23 +08:00
1f4cc44e6c
add i18n with chat
2023-07-01 16:15:36 +08:00
72c77278db
Reduce jar packages
2023-06-24 19:32:12 +08:00