344 Commits

Author SHA1 Message Date
opengauss_bot
35200d7185
!166 [bugfix] 修复PgStruct中包含null属性值时出现的NPE
Merge pull request !166 from Sam皮皮/fix_struct_contains_null
2023-11-03 10:03:34 +00:00
opengauss_bot
115f2f6ce0
!167 [bugfix] 修复查询结果中同时包含GBK和UTF8字符串时抛出异常的问题
Merge pull request !167 from 周斌/remove_utf8
2023-11-03 09:46:55 +00:00
justbk
367ef64866 remove UTFEncoding 2023-11-03 17:01:16 +08:00
zhangpeng
3cd4d1efd3 fix: Repair the bug of null attributes in Struct 2023-11-03 15:28:43 +08:00
opengauss_bot
2ae8481063
!164 更新jdbc版本号至5.1.1
Merge pull request !164 from 刘桐/master
2023-10-31 13:38:35 +00:00
liu-tong-8848
d632a3392d 更新jdbc版本至5.1.1 2023-10-30 10:33:08 +08:00
opengauss_bot
c0bc9e9029
!160 [bugfix] 修复PgStruct中包含特殊字符或者特殊格式的属性值无法处理的问题
Merge pull request !160 from Sam皮皮/fix_struct_special_symbol
2023-09-26 03:13:22 +00:00
zhangpeng
2cdac2dabc fix special symbols contained in pg struct 2023-09-22 15:12:30 +08:00
opengauss_bot
92b780ba50
!161 sql错误位置信息在配置loggerLevel=trace时输出
Merge pull request !161 from 陈紫阳/BUGFIX
2023-09-20 11:42:53 +00:00
chen-czywj
0faaf2d7c1 sql错误位置信息在配置loggerLevel=trace时输出 2023-09-20 19:09:29 +08:00
opengauss_bot
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
zhangpeng
53f1fe3ccd feat: Supports PL/pgSQL use in and out parameters of pg array type. 2023-09-18 17:54:45 +08:00
opengauss_bot
4362ee1a52
!153 URL添加option支持
Merge pull request !153 from travelliu/option
2023-09-14 08:19:06 +00:00
opengauss_bot
c16b132ca0
!158 支持JDBC标准中的createStruct接口
Merge pull request !158 from Sam皮皮/sql_type_struct
2023-09-14 07:44:13 +00:00
opengauss_bot
77bbd4dc68
!137 sql执行报错增加错误位置定位
Merge pull request !137 from 陈紫阳/BUGFIX
2023-09-14 07:43:04 +00:00
zhangpeng
fa5d849f43 Supports the functions of the JDBC standard createStruct interface 2023-09-13 19:31:50 +08:00
chen-czywj
980826984d sql执行报错增加错误位置定位 2023-09-13 16:46:07 +08:00
travelliu
ef0eaba37a feat: support options property 2023-09-07 15:09:40 +08:00
opengauss_bot
5ec362aa42
!157 [bugfix] 修复blob类型仅在索引1时可以正确读取的问题
Merge pull request !157 from 周斌/blob
2023-09-04 12:23:14 +00:00
justbk
d5fa5b27ca repair jdbc blob only get index 1 issue 2023-09-04 20:15:06 +08:00
opengauss_bot
8194eece56
!156 fix: 修改SQL中参数的最大数量从 32767 提升为 65535
Merge pull request !156 from Sam皮皮/max_params_num
2023-09-04 08:47:18 +00:00
zhangpeng
7c18611254 fix: Change maximum number of parameters from 32767 to 65535 2023-08-30 11:22:16 +08:00
opengauss_bot
4d31a85a08
!154 [bugfix] 修复unix域套接字无法正常连接数据库的问题
Merge pull request !154 from 周斌/af_unix
2023-08-26 08:23:31 +00:00
justbk
d0cf969ce3 repair unix socket null point exception 2023-08-26 11:24:07 +08:00
opengauss_bot
423c61ea32
!147 更新readme
Merge pull request !147 from 周聪/bugfix_readme
2023-08-21 01:36:27 +00:00
opengauss_bot
e9bf325fb2
!152 [bugfix] 修复nvarchar2类型长度在DatabaseMetadata中不正确的问题
Merge pull request !152 from 周斌/nvarchar2
2023-08-21 01:36:06 +00:00
opengauss_bot
5ff825d874
!148 增加adaptiveSetSQLType控制参数支持JDBC batch模式下OID刷新
Merge pull request !148 from travelliu/kettle
2023-08-20 13:26:29 +00:00
opengauss_bot
d9fd89435e
!150 【轻量级 PR】:fix: pgjdbc/pom.xml poDirectory paramater wrong path value
Merge pull request !150 from Sam皮皮/N/A
2023-08-20 11:39:13 +00:00
justbk
92867cbedd repair nvarchar length issue 2023-08-20 11:40:41 +08:00
opengauss_bot
a2d772c05c
!151 [bugfix] 修复b兼容模式下timestamp(0)类型查询时结果不正确的问题
Merge pull request !151 from 周斌/timestamp
2023-08-18 12:04:20 +00:00
justbk
1fcb648eeb repair setTimestamp format parse issue in B dbcompatibility mode 2023-08-18 18:41:56 +08:00
Sam皮皮
f2357a10ab
fix: pgjdbc/pom.xml poDirectory paramater wrong path value
Signed-off-by: Sam皮皮 <peng.zhang@enmotech.com>
2023-08-18 09:13:35 +00:00
travelliu
5fcd116227 feat: add adaptiveSetSQLType property
Adaptively modify the inconsistent set sqlType in batch mode. If the first set sqlType is INTEGER and the second set is LONG  the first one will be automatically modify to LONG
2023-08-18 11:04:05 +08:00
congzhou2603
c40395c061 更新readme 2023-08-18 09:29:47 +08:00
opengauss_bot
d2ee82c3e3
!145 characterEncoding增加GB18030支持
Merge pull request !145 from travelliu/characterEncoding_add_gb18030
2023-08-17 05:58:34 +00:00
opengauss_bot
a35f109b1b
!138 change driver default port 5431 to 5432
Merge pull request !138 from travelliu/change_port
2023-08-17 03:52:43 +00:00
opengauss_bot
8791e70867
!139 feat: The build.sh adds modify driver version
Merge pull request !139 from travelliu/build_driver_version
2023-08-17 03:51:53 +00:00
travelliu
6742d8b44a feat: characterEncoding add gb18030 charset 2023-07-28 15:20:40 +08:00
travelliu
4f7c40349f feat: The build.sh adds modify driver version 2023-07-13 14:59:47 +08:00
travelliu
2b1ec26ab7 fix: change driver default port 5431 to 5432 2023-07-13 14:31:34 +08:00
opengauss_bot
8cdbb66a99
!136 fix: call function return out numeric issue
Merge pull request !136 from travelliu/master
2023-07-10 02:20:44 +00:00
travelliu
9b9c950468 fix: call function return out numeric issue 2023-07-07 16:19:45 +08:00
opengauss_bot
e7e2cc25f8
!135 fix: registerOutParameter more than two struct issue
Merge pull request !135 from travelliu/master
2023-07-06 01:26:36 +00:00
opengauss_bot
fd02c9653e
!134 Enhance performance for getIndexInfo() in org.postgresql.jdbc.PgDatabaseMetaData
Merge pull request !134 from 罗海雄/master
2023-07-05 06:25:28 +00:00
罗海雄
9e15b15036
解决PgDatabaseMetaData getIndexInfo里面多次调用expand_array的问题
Signed-off-by: 罗海雄 <haixiong.luo@enmotech.com>
2023-07-05 04:35:44 +00:00
罗海雄
144643c4cd
Revert "getIndexInfo里面,当Version > ServerVersion.v8_3时"
This reverts commit 6fde43e099738fc181c20a02c3ff5115a6b2ca57.
2023-07-05 04:28:36 +00:00
travelliu
aa66eb49b2 fix: registerOutParameter more than two struct issue 2023-07-05 12:05:55 +08:00
serol
6fde43e099 getIndexInfo里面,当Version > ServerVersion.v8_3时
函数information_schema._pg_expandarray(i.indkey)会被多次调用(根据pg_index的行数),在某些场景下会产生性能瓶颈。
这个commit调整写法,只对符合条件的索引才会调用该函数
2023-07-05 10:47:00 +08:00
opengauss_bot
90e258418d
!132 fix: add _getTypeNameByOIDStatement for TypeInfoCache.
Merge pull request !132 from travelliu/master
2023-07-04 07:06:55 +00:00
travelliu
0af1572ef1 fix: add _getTypeNameByOIDStatement for TypeInfoCache. 2023-07-04 14:16:19 +08:00