23c9216f38
Merge pull request #1501 from shenbuxing/updata-api
...
zhipu updata api interface
2024-10-28 11:47:56 +08:00
8277b8b4d5
Merge pull request #1538 from Zhuoyuan1/main
...
dbeaver的导入问题修复
2024-10-28 11:46:50 +08:00
0604ed89ba
Merge branch 'dev' into timeplus-plugin
2024-10-28 09:52:56 +08:00
738f1565bd
Update TimeplusEngineTypeEnum.java
2024-10-24 19:27:11 -07:00
f56f5245f5
use 7587 not 8463 by default to skip streaming
2024-10-24 19:27:01 -07:00
127638c144
workaround for default.default.name
2024-10-24 19:18:45 -07:00
4490d2d9e3
MetaData, return empty list for table index
2024-10-24 12:20:17 -07:00
7b31f3d344
Update MetaData, timezone can be in the column type
2024-10-24 11:55:16 -07:00
fe01c131b0
always use default as database name
2024-10-24 09:59:20 -07:00
1f9e86011b
set supportDatabase to true and schema false
2024-10-24 09:58:43 -07:00
cf6b7a0bc8
important fix: avoid duplicating the db name
2024-10-24 09:58:25 -07:00
a17f69cf25
empty list for routes and triggers
2024-10-23 23:21:05 -07:00
e3d9931138
update udf origin name
2024-10-23 23:20:36 -07:00
45e620bbe4
add plugin to server-domain-core/pom.xml
2024-10-23 07:47:37 -07:00
778812e8a5
initial version of timeplus plugin
2024-10-22 21:45:45 -07:00
30a07b2da4
dbeaver的导入问题修复
2024-10-17 16:46:19 +08:00
a4464829d9
Merge pull request #1534 from tmlx1990/pg
...
Fix:PostgreSQL中DECIMAL、NUMERIC没有小数位问题。
2024-09-25 20:31:18 +08:00
97cf17ffe2
修复PostgreSQL中DECIMAL、NUMERIC没有小数位问题。
2024-09-25 20:22:48 +08:00
c0eac9cbf7
export insertSQL
2024-08-17 11:18:42 +08:00
ae199e4074
export current page CSV
2024-08-16 19:21:07 +08:00
3037bc126a
unit test
2024-08-15 11:18:15 +08:00
63a8da6388
unit test
2024-08-14 16:48:09 +08:00
115a6a6f1b
zhipu updata api interface
2024-08-14 00:20:44 +08:00
30d25c6609
Fix Issue:#1490
2024-08-13 13:49:03 +08:00
d96bafb6dd
Fix Issue:#1490
2024-08-13 11:48:13 +08:00
d1415f09d5
unit test
2024-08-12 20:46:14 +08:00
3a4cc4bd17
unit test
2024-07-27 13:44:11 +08:00
052512e9b4
unit test
2024-07-24 21:28:54 +08:00
2173b050e2
Merge pull request #1465 from miahemu/notification
...
Add Webhook
2024-07-22 16:39:11 +08:00
82bb7c2402
unit test
2024-07-22 16:03:55 +08:00
60e47c2132
refactor(chat2db-spi): replace Clob reading logic with IOUtils.toString
2024-07-16 14:45:39 +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
33dd0c79d6
Merge remote-tracking branch 'origin/dev' into dev
2024-07-13 20:13:44 +08:00
cd68edc8af
Add Webhook
2024-07-13 17:37:30 +08:00
07320fb2e8
fix columnType error
2024-07-13 15:05:55 +08:00
b332bd2d67
Temporarily cancel the export trigger
2024-07-11 16:40:06 +08:00
493f934a2c
fix columnType error
2024-07-11 13:56:32 +08:00
3961610e50
feat(chat2db-oracle): exclude PUINDEX
2024-07-10 20:42:16 +08:00
2560061e68
feat(chat2db-oracle): fix oracle DDL
2024-07-10 20:05:14 +08:00
c10a7fea86
fix oracle columnType
2024-07-10 15:04:04 +08:00
212a527fc0
fix oracle type columnSize QA
2024-07-10 15:00:58 +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
cfcaa5b112
fix(chat2db-oracle): Temporary processing of binary data
2024-07-09 22:11:28 +08:00
d70c4754d1
fix(chat2db-oracle): fix oracle function struct
2024-07-09 21:02:52 +08:00
d5c72b955c
fix(chat2db-oracle): fix schema struct export
2024-07-09 20:51:49 +08:00
fbf34e7aa8
fix(chat2db-oracle): correct timestamp scale
2024-07-09 17:27:13 +08:00
14b5ba519c
fix(chat2db): fix oracle long raw null
2024-07-09 16:04:58 +08:00
14777c784c
fix(JDBCDataValue): handle null bytes in getBlobHexString
...
Avoid NullPointerException by checking for null byte array before encoding
in getBlobHexString method.
fix(OracleDBManage): properly quote object names in SQL builder
2024-07-09 15:02:22 +08:00