ea5a7e89ff
refactor(OracleDBManage): fix get tableDDL
2024-07-09 14:35:13 +08:00
0f23e12e50
refactor(Oraclesql-builder): wrap objectName
2024-07-09 11:58:08 +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
44a0e6feb5
fix(oracledb): correct timestamp processing and add TimeStampLTZ support
2024-07-07 08:40:31 +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
57f0cfa2db
copy and delete Table
2024-06-27 11:50:55 +08:00
8691c1955f
修复字段不存在的问题
2024-06-25 21:29:14 +08:00
737c1fb284
batch export
2024-06-25 20:53:33 +08:00
2bfbbaeb87
fix-exportTableData
2024-06-21 18:29:12 +08:00
9421c3d3f4
batch export
2024-06-21 17:21:28 +08:00
5ac52afc80
Merge branch 'dev' into data-import
2024-06-15 19:27:30 +08:00
591188703a
MysqlValueProcessor and OracleValueProcessor
2024-06-12 10:57:46 +08:00
f0b90cab0d
OracleValueProcessor
2024-06-05 20:17:33 +08:00
e32fce4979
Optimize code
2024-06-03 23:22:49 +08:00
8361d32979
ORACLE TIMESTAMP error
2024-06-03 11:37:41 +08:00
3a7e19d912
basic MysqlValueProcessor
2024-06-01 20:18:58 +08:00
3a6ee931ca
cache connection
2024-05-14 15:07:19 +08:00
0948376c64
remove e.printStackTrace();
2024-04-25 11:55:26 +08:00
7f181054ba
update cdn host
2024-04-06 19:04:38 +08:00
f425604b15
db-data-export
2024-03-28 13:13:09 +08:00
fcb3ec11a0
Merge branch 'dev' into oracle-schema-export
2024-03-25 14:58:43 +08:00
e7909cdf61
fix :oracle trigger bug
2024-03-24 17:24:44 +08:00
e99fb37982
fix :oracle trigger bug
2024-03-24 16:53:04 +08:00
2c4f9444a1
clean
2024-03-18 20:48:11 +08:00
e04334288a
fix oracle procedures query and ddl query , view function trigger ddl query and schema export
2024-03-18 20:47:28 +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
3ae6f88247
Merge pull request #1197 from openai0229/oracle-schema-export
...
oracle schema export
2024-03-15 13:44:50 +08:00
9e8a87725e
Merge pull request #1219 from tmlx1990/fix1218
...
修复BUG:Oracle不显示字段长度问题。
2024-03-15 13:37:58 +08:00
c6c31b2579
修复BUG:Oracle不显示字段长度问题。
2024-03-11 16:58:34 +08:00
e9fcac47c6
oracle schema export
2024-03-04 22:39:09 +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
be999aa831
Optimize code structure.
2024-01-09 19:16:55 +08:00
22add550dc
Fix oracle io close bug
2023-12-27 20:05:38 +08:00
3c356c6108
merge
2023-11-16 22:02:52 +08:00
fc6f7aa547
Merge remote-tracking branch 'origin/dev' into dev
2023-11-15 10:42:58 +08:00
30210e7b40
Fix oracle datatype error
2023-11-15 10:42:47 +08:00
594190f594
Merge pull request #805 from tmlx1990/main
...
FIX: 772 默认值中增加CURRENT_TIMESTAMP。
2023-11-14 19:47:02 +08:00
a0187de02d
将字段默认值选项改为后端传递。
2023-11-13 18:23:41 +08:00
eed78015dc
Driver configuration is configured through json,
...
Support driver attribute configuration.
2023-11-12 22:25:51 +08:00
9b3adb18ee
support table primary key
2023-11-06 10:04:02 +08:00
e1cbe0293c
Fix oracle table edit error
2023-11-03 16:04:35 +08:00
d5b9ab2d30
Fix sort database error,Fix sqlite query data error
2023-10-30 11:39:06 +08:00
61b2ea14a1
Support for creating database and schema
2023-10-23 15:33:26 +08:00
51a35f770e
Supports fuzzy query of table names, not case sensitive.
...
Automatically add pagination parameters when users query SQL without pagination parameters.
Sort the database schema and prioritize the user-defined ones.
2023-10-22 22:46:26 +08:00
2728259491
Add operation log
2023-10-17 22:54:35 +08:00
5a0abba1fc
Add operation log
2023-10-17 22:28:07 +08:00
cfda338978
Add operation log
2023-10-17 20:20:40 +08:00