|
30a5cdac0a
|
更新版本号至6.0.0
|
2024-01-08 16:40:38 +08:00 |
|
|
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 |
|
|
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 |
|
|
4ba7b920fc
|
!183 bug修复
Merge pull request !183 from 吴北斗/master
|
2023-12-01 02:10:23 +00:00 |
|
|
214a52a2f8
|
bug修改
|
2023-11-30 17:00:50 +08:00 |
|
|
20658c79ca
|
!181 增加Blob类型的getString适配
Merge pull request !181 from Cross-罗/master
|
2023-11-28 13:02:31 +00:00 |
|
|
08ef23d951
|
增加getString适配
|
2023-11-28 20:37:06 +08:00 |
|
|
1ecc38703f
|
Merge branch 'master' of gitee.com:opengauss/openGauss-connector-jdbc into junit/test_jdbc2
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
|
2023-11-21 10:44:39 +08:00 |
|
|
dd7e3adc8b
|
[junit]: fix failed junit test cases in test other
|
2023-11-21 10:12:01 +08:00 |
|
|
32b773593c
|
[junit]: fix failed junit test cases in test jdbc4
|
2023-11-21 09:52:55 +08:00 |
|
|
a3e886f9d0
|
!162 【feature】 jdbc支持statement级别根据sql进行读写分离路由功能
Merge pull request !162 from FlyingZC/feat-rw
|
2023-11-20 07:55:34 +00:00 |
|
|
0a8165fb6b
|
feat: add statement-level read-write splitting
|
2023-11-20 15:33:08 +08:00 |
|
|
e00c3d713f
|
[junit]: fix failed junit test cases in test jdbc2
|
2023-11-17 21:45:42 +08:00 |
|
|
6367cfd2f7
|
[junit]: fix failed junit test cases in test jdbc3
|
2023-11-17 17:49:17 +08:00 |
|
|
d161718645
|
Merge branch 'master' of gitee.com:opengauss/openGauss-connector-jdbc into fix_sp_out_char
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
|
2023-11-17 17:17:35 +08:00 |
|
|
e9ae28a35e
|
!175 [bugfix]修复jdbc调用SP注册出参为double但数据库返回类型为numeric的BUG
Merge pull request !175 from Sam皮皮/fix_sp_out_double
|
2023-11-17 09:03:34 +00:00 |
|
|
26d6221bbe
|
Merge branch 'master' of gitee.com:opengauss/openGauss-connector-jdbc into fix_sp_out_char
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
|
2023-11-17 02:20:18 +00:00 |
|
|
b7d6d031f3
|
Merge branch 'master' of gitee.com:opengauss/openGauss-connector-jdbc into fix_sp_out_double
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
|
2023-11-17 10:04:03 +08:00 |
|
|
c28e0d23cd
|
!176 [bugfix]修复jdbc调用SP注册出参为游标类型设置sqlType为OracleTypes.CURSOR=-10报错的BUG
Merge pull request !176 from Sam皮皮/cmpt_cursor_type_value
|
2023-11-17 00:58:44 +00:00 |
|
|
7d959b16f9
|
fix: repair sp out parameter refcursor type error when set OracleTypes.CURSOR = -10
|
2023-11-15 16:58:15 +08:00 |
|
|
99f2e67bca
|
fix: repair sp out parameter double type error
|
2023-11-15 14:37:54 +08:00 |
|
|
f762dada8b
|
fix: repair sp out parameter char type error
|
2023-11-15 11:42:37 +08:00 |
|
|
f4e62902a0
|
!173 [bufix]修复 executeBatch 模式下指定 Statement.RETURN_GENERATED_KEYS 参数且只插入1条数据时报错的问题
Merge pull request !173 from 周斌/repair_batch
|
2023-11-13 11:55:36 +00:00 |
|
|
84c8126ef0
|
!172 [bufix]修复select语句中包含function关键字导致sql语句分割不正确的问题
Merge pull request !172 from 周斌/select_function
|
2023-11-13 06:25:18 +00:00 |
|
|
6a8c1091bd
|
!168 [junit] 修复 test 目录 clusterhealthy 包中失败的 junit test case
Merge pull request !168 from Sam皮皮/junit/clusterhealthy
|
2023-11-13 03:11:30 +00:00 |
|
|
46313cf144
|
!169 [junit] 修复 test 目录 jdbc 包中失败的 junit test case
Merge pull request !169 from Sam皮皮/junit/jdbc
|
2023-11-13 03:10:32 +00:00 |
|
|
bdd1f5f417
|
!171 [bugfix] 修复ServerErrorMessage在处理异常消息未考虑下标溢出的场景
Merge pull request !171 from Sam皮皮/fix_errormsg_length
|
2023-11-13 02:58:18 +00:00 |
|
|
a74d7bfbc7
|
修复batchMode=ON时仅插入一条数据抛错的问题
|
2023-11-11 19:13:20 +08:00 |
|
|
c4a5e9866f
|
修复select语句中包含function相关的关键字,导致除号分割异常的问题
|
2023-11-11 16:27:09 +08:00 |
|
|
236846369d
|
fix: repair error message index overflow
|
2023-11-10 14:51:30 +08:00 |
|
|
321b587810
|
!165 让JDBC适配B兼容模式下的四个blob类型
Merge pull request !165 from Cross-罗/master
|
2023-11-09 02:26:03 +00:00 |
|
|
88d7b388ed
|
[junit]: fix failed java test cases in jdbc
|
2023-11-07 16:40:52 +08:00 |
|
|
fad2d42b5f
|
[junit]: fix failed java test cases in clusterhealthy
|
2023-11-07 16:20:42 +08:00 |
|
|
e9ae5d5c59
|
为jdbc增加B兼容模式下tinyblob等类型的适配
|
2023-11-06 19:33:13 +08:00 |
|
|
35200d7185
|
!166 [bugfix] 修复PgStruct中包含null属性值时出现的NPE
Merge pull request !166 from Sam皮皮/fix_struct_contains_null
|
2023-11-03 10:03:34 +00:00 |
|
|
115f2f6ce0
|
!167 [bugfix] 修复查询结果中同时包含GBK和UTF8字符串时抛出异常的问题
Merge pull request !167 from 周斌/remove_utf8
|
2023-11-03 09:46:55 +00:00 |
|
|
367ef64866
|
remove UTFEncoding
|
2023-11-03 17:01:16 +08:00 |
|
|
3cd4d1efd3
|
fix: Repair the bug of null attributes in Struct
|
2023-11-03 15:28:43 +08:00 |
|
|
2ae8481063
|
!164 更新jdbc版本号至5.1.1
Merge pull request !164 from 刘桐/master
|
2023-10-31 13:38:35 +00:00 |
|
|
d632a3392d
|
更新jdbc版本至5.1.1
|
2023-10-30 10:33:08 +08:00 |
|
|
c0bc9e9029
|
!160 [bugfix] 修复PgStruct中包含特殊字符或者特殊格式的属性值无法处理的问题
Merge pull request !160 from Sam皮皮/fix_struct_special_symbol
|
2023-09-26 03:13:22 +00:00 |
|
|
2cdac2dabc
|
fix special symbols contained in pg struct
|
2023-09-22 15:12:30 +08:00 |
|
|
92b780ba50
|
!161 sql错误位置信息在配置loggerLevel=trace时输出
Merge pull request !161 from 陈紫阳/BUGFIX
|
2023-09-20 11:42:53 +00:00 |
|
|
0faaf2d7c1
|
sql错误位置信息在配置loggerLevel=trace时输出
|
2023-09-20 19:09:29 +08:00 |
|
|
be736a483b
|
!159 支持 PL/pgSQL 中使用 pg array type 类型作为 in out 出入参
Merge pull request !159 from Sam皮皮/pgtype_pgarray
|
2023-09-19 04:04:07 +00:00 |
|
|
53f1fe3ccd
|
feat: Supports PL/pgSQL use in and out parameters of pg array type.
|
2023-09-18 17:54:45 +08:00 |
|
|
4362ee1a52
|
!153 URL添加option支持
Merge pull request !153 from travelliu/option
|
2023-09-14 08:19:06 +00:00 |
|
|
c16b132ca0
|
!158 支持JDBC标准中的createStruct接口
Merge pull request !158 from Sam皮皮/sql_type_struct
|
2023-09-14 07:44:13 +00:00 |
|
|
77bbd4dc68
|
!137 sql执行报错增加错误位置定位
Merge pull request !137 from 陈紫阳/BUGFIX
|
2023-09-14 07:43:04 +00:00 |
|
|
fa5d849f43
|
Supports the functions of the JDBC standard createStruct interface
|
2023-09-13 19:31:50 +08:00 |
|