242 Commits

Author SHA1 Message Date
zhangting
572a7a498d 实现jdbc查询数据库类型以及dolphin参数 2024-05-24 09:51:48 +08:00
zhangting
ba28c04195 修复B模式下 uint1/uint2/uint4/uint8 的getObject类型为PGobject与M*不一致问题 2024-05-17 18:59:18 +08:00
opengauss_bot
e86fb4760b
!235 更新版本至6.0.0
Merge pull request !235 from 李锦波/master
2024-05-15 07:08:35 +00:00
opengauss_bot
6dc658d33b
!232 处理字符集报错问题
Merge pull request !232 from zhangtingtingting/8.0.2
2024-05-14 08:08:21 +00:00
zhangting
48da005ade 处理字符集报错问题 2024-05-14 15:55:30 +08:00
李锦波
b7ff2380af
更新版本至6.0.0
Signed-off-by: 李锦波 <lijinbo22@huawei.com>
2024-05-14 03:41:12 +00:00
opengauss_bot
d760e172eb
!226 处理time类型丢失秒后的精度问题
Merge pull request !226 from zhangtingtingting/7.1.9
2024-05-13 01:07:41 +00:00
opengauss_bot
209b55d310
!229 处理批量导入失败问题
Merge pull request !229 from zhangtingtingting/8.0.0
2024-05-11 01:03:58 +00:00
zhangting
521ae5bc81 处理字符集测试用例报错问题 2024-05-10 16:07:55 +08:00
zhangting
bf2f706ba0 处理批量导入失败问题 2024-05-10 09:23:25 +08:00
zhangting
18eac11b99 处理time类型丢失秒后的精度问题 2024-05-09 10:22:33 +08:00
opengauss_bot
b8264a0301
!225 修复单元测试
Merge pull request !225 from travelliu/master
2024-04-30 09:44:12 +00:00
zhangting
059fa90356 处理jdbc对字符集的限制 2024-04-30 17:10:56 +08:00
travelliu
ecf217cf48 test: fix some uint test 2024-04-30 14:35:22 +08:00
zhangting
6e127cc3f3 去掉将boolean类型转为bit类型的逻辑 2024-04-18 20:03:53 +08:00
zhangting
61c1a28878 去掉javax.xml.bind依赖 2024-04-17 14:11:23 +08:00
zhangting
5b8aee8f31 处理jdbc报错javax.xml.bind不存在以及numeric2Float定义缺失 2024-04-16 14:15:49 +08:00
opengauss_bot
153ca2cba6
!216 fix CVE-2020-15250
Merge pull request !216 from 蒋宏博/master
2024-04-15 09:26:30 +00:00
opengauss_bot
d275ea8679
!209 【feature】JDBC支持国密TLCP传输
Merge pull request !209 from 张宇轩/tlcp_real
2024-04-15 08:07:34 +00:00
zyx
c00af675c2 [feature] JDBC客户端支持国密TLCP传输 2024-04-15 15:06:21 +08:00
opengauss_bot
4997f4666b
!177 [junit] 修复 test 目录 test/jdbc3 包中失败的 junit test case
Merge pull request !177 from Sam皮皮/junit/test_jdbc3
2024-04-15 02:53:23 +00:00
opengauss_bot
fe149d5224
!178 [junit] 修复 test 目录 test/jdbc4 包中失败的 junit test case
Merge pull request !178 from Sam皮皮/junit/test_jdbc4
2024-04-15 02:40:45 +00:00
opengauss_bot
3fb013e5e3
!179 [junit] 修复 test 目录 test/jdbc42 等包中失败的 junit test case
Merge pull request !179 from Sam皮皮/junit/test_other
2024-04-15 02:18:30 +00:00
opengauss_bot
097fbda348
!180 [junit] 修复 test 目录 test/jdbc2 包中失败的 junit test case
Merge pull request !180 from Sam皮皮/junit/test_jdbc2
2024-04-15 02:17:41 +00:00
hwhbj
30e1fa03da fix CVE-2020-15250 2024-04-13 10:17:29 +08:00
opengauss_bot
d6040ec727
!212 处理getString()获取cast(负数 as time)值与mysql不一致问题
Merge pull request !212 from zhangtingtingting/7.1.2
2024-04-12 07:38:20 +00:00
zhangting
ae03235ffd 处理getString()获取cast(负数 as time)值与mysql不一致 2024-04-11 14:15:53 +08:00
opengauss_bot
92d020cc64
!210 处理binyint、bit、String、long、int、double、BigDecimal等类型转boolean失败问题
Merge pull request !210 from zhangtingtingting/7.1.2
2024-04-09 07:30:00 +00:00
zhangting
747e6f802c 处理binyint、bit、String、long、int、double、BigDecimal等类型转boolean失败问题 2024-04-08 17:19:41 +08:00
zhangting
aec1513d7a behavior_compat_options参数拆分 2024-04-08 16:07:37 +08:00
zhangting
59adfd9e8b 处理JDBC使用getObject()获取YEAR类型与mysql不一致问题 2024-03-26 19:45:59 +08:00
opengauss_bot
f89847a3ab
!205 修复脱敏连接信息影响JDBC负载方式为leastconn
Merge pull request !205 from travelliu/sec
2024-03-25 06:18:20 +00:00
travelliu
dc496b2475 fix(Sec): Modified the vulnerability of the SLB connection information in security masking
1. 增加接口getSecConnectInfo/secSocketAddress
2. logger打印日志全部调用脱敏信息接口
2024-03-25 11:11:37 +08:00
opengauss_bot
7a7ae56d8e
!203 解决jdbc插入blob类型报错invalid hexadecimal digit
Merge pull request !203 from zhangtingtingting/7.1.0
2024-03-25 02:53:48 +00:00
opengauss_bot
04f6253ef3
!204 更新版本号至6.0.0-RC1
Merge pull request !204 from liuheng/fix1
2024-03-23 07:40:25 +00:00
zhangting
caeb57b544 解决jdbc插入blob类型报错invalid hexadecimal digit 2024-03-22 10:12:44 +08:00
opengauss_bot
45a54f463a
!199 [bugfix]修复 hibernate 在 setClob 时出现 exceed overall CLOB length [0] 的错误
Merge pull request !199 from Sam皮皮/bugfix/fixSetClobExceed
2024-03-20 08:15:19 +00:00
liuheng
4e65ffa60f 更新版本号至6.0.0-RC1 2024-03-19 14:31:52 +08:00
zhangpeng
e5416a18d1 fix hibernate setClob exceed clob length 0 error 2024-03-05 11:05:05 +08:00
zhangting
2e32f0ad41 解决jdbc获取cast(X as binary)的类型/值与mysql不同问题 2024-03-01 09:56:27 +08:00
zhangting
c6cb1b72ad 处理JDBC连接B库获取blob类型报错问题 2024-02-28 11:27:30 +08:00
zhangting
850308c088 将year类型转为Date类型返回 2024-02-17 15:45:24 +08:00
zhangting
a7d72abc4b 兼容性jdbc获取year类型值报错(I8WBKN),兼容性jdbc获取cast(X as time)报错(I8YUCT) 2024-02-06 10:39:50 +08:00
opengauss_bot
3ec65869a0
!189 security: 脱敏IP地址前两位并移除主机名
Merge pull request !189 from travelliu/master
2024-01-31 06:44:38 +00:00
travelliu
6b4d7f1cf4 security: Hide the first two digits of the IP address and remove the hostname 2024-01-31 14:34:55 +08:00
liuheng
30a5cdac0a 更新版本号至6.0.0 2024-01-08 16:40:38 +08:00
Sam皮皮
7980d81231 Merge branch 'master' of gitee.com:opengauss/openGauss-connector-jdbc into junit/test_jdbc2
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
2023-12-18 07:41:17 +00:00
opengauss_bot
1499784b52
!174 [bugfix]修复jdbc调用SP注册出参为char但数据库返回类型为varchar的BUG
Merge pull request !174 from Sam皮皮/fix_sp_out_char
2023-12-18 07:23:00 +00:00
wubeidou
214a52a2f8 bug修改 2023-11-30 17:00:50 +08:00
opengauss_bot
20658c79ca
!181 增加Blob类型的getString适配
Merge pull request !181 from Cross-罗/master
2023-11-28 13:02:31 +00:00