89e2eb30de
Delete operations of functions
2024-08-03 14:39:09 +08:00
052a36b73e
Update and delete operations of procedures
2024-07-30 18:36:27 +08:00
95db332ad3
fix(chat2db-mysql): optimize valueProcessor
2024-07-15 21:18:13 +08:00
ffc2bc0e14
fix(chat2db-mysql): correct string conversion methods in MysqlTimestampProcessor
2024-07-15 18:04:16 +08:00
493f934a2c
fix columnType error
2024-07-11 13:56:32 +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
6e3b58a8f1
optimize MysqlYearProcessor
2024-07-07 09:59:51 +08:00
9d28110135
Merge branch 'dev' into oracle-value-processor
2024-07-05 15:28:31 +08:00
debbf3ab82
copy and delete Table
2024-06-30 00:07:05 +08:00
b5addde7f8
MysqlYearProcessor
2024-06-28 22:30:14 +08:00
786dcd701d
Revert "Revert "optimize MysqlValueProcessor & OracleValueProcessor""
...
This reverts commit c4955bc72bcafc2fb8069b121c413cdf78c8ba64.
2024-06-28 22:28:02 +08:00
c4955bc72b
Revert "optimize MysqlValueProcessor & OracleValueProcessor"
...
This reverts commit 0d80a36a6fc11c6b360387c7a998f602ed2a0ab4.
2024-06-28 22:27:05 +08:00
0d80a36a6f
optimize MysqlValueProcessor & OracleValueProcessor
2024-06-28 22:23:48 +08:00
3bf8fab69d
copy and delete Table
2024-06-27 21:35:12 +08:00
0152ec4ead
export info
2024-06-26 22:54:02 +08:00
9a6e89dfb4
export info
2024-06-26 22:41:48 +08:00
028c3ec4ac
export info
2024-06-26 16:37:41 +08:00
8691c1955f
修复字段不存在的问题
2024-06-25 21:29:14 +08:00
737c1fb284
batch export
2024-06-25 20:53:33 +08:00
8edfa686d4
batch export
2024-06-21 19:54:09 +08:00
2bfbbaeb87
fix-exportTableData
2024-06-21 18:29:12 +08:00
9421c3d3f4
batch export
2024-06-21 17:21:28 +08:00
cd16555c45
data export
2024-06-18 13:56:25 +08:00
5ac52afc80
Merge branch 'dev' into data-import
2024-06-15 19:27:30 +08:00
4621d303ee
switch
2024-06-12 11:00:32 +08:00
591188703a
MysqlValueProcessor and OracleValueProcessor
2024-06-12 10:57:46 +08:00
f0b90cab0d
OracleValueProcessor
2024-06-05 20:17:33 +08:00
46740b8552
update sql error
2024-06-05 14:28:24 +08:00
de9c187a68
Optimize code
2024-06-03 23:40:12 +08:00
e32fce4979
Optimize code
2024-06-03 23:22:49 +08:00
1f533933f9
Optimize MysqlValueProcessor
2024-06-03 22:28:22 +08:00
3a7e19d912
basic MysqlValueProcessor
2024-06-01 20:18:58 +08:00
b251dd6e75
修复移动列到删除列后边
2024-05-31 15:38:55 +08:00
9de057f2de
移动
2024-05-30 15:22:58 +08:00
ae42249dc6
Merge pull request #1407 from tmlx1990/dev0527
...
Fix MySQL column moving bug
2024-05-30 11:58:38 +08:00
cca3173c2a
mysql修改列顺序
2024-05-29 23:05:23 +08:00
6a60df3c0a
mysql修改列顺序测试
2024-05-29 06:58:38 +08:00
4c600f7b53
sql 拆分优化
2024-05-28 15:43:15 +08:00
fb229b21e6
mysql修改列顺序测试
2024-05-28 00:53:10 +08:00
053ed0d30a
fix escapeString
2024-05-24 22:00:45 +08:00
37db887383
fix NULL
2024-05-24 21:53:54 +08:00
de1ce5d4c2
SQLValueProcessor
2024-05-24 21:35:41 +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
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