已开启
[Bug]: [海量数据]【测试类型:SQL功能】【测试版本:7.0.0-RC3】从6.0.5升级到7.0.0-RC3后XMLDOM函数使用异常 #8426
liao-shiting创建于  13 天前
liao-shiting
liao-shiting
13 天前 创建

测试类型

SQL功能

测试版本

7.0.0-RC3

问题描述

从6.0.5升级到7.0.0-RC3后XMLDOM函数使用异常

操作系统和硬件信息

image.png

测试环境

企业版单机

被测功能

GMS_XMLDOM

预置条件

操作步骤

DECLARE
doc GMS_XMLDOM.DOMDocument;
ndoc GMS_XMLDOM.DOMNode;
buf VARCHAR2(4000);
x XMLType;
BEGIN
doc := GMS_XMLDOM.newDOMDocument(XMLType('test'));
ndoc := GMS_XMLDOM.makeNode(doc);
GMS_XMLDOM.writeToBuffer(ndoc, buf);
raise notice 'writeToBuffer: %',buf;
GMS_XMLDOM.freeDocument(doc);
END;
/

预期输出

直接安装新版本功能正常:
image.png

实际输出

从6.0.5升到新版本异常:
image.png

日志信息

如图

提单组织

联合伙伴

测试代码

likedislike
opengauss_bot
opengauss_bot成员
13 天前 评论:

This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.

likedislike
opengauss_botopengauss_bot成员
13 天前 将 TestManager 设为负责人
opengauss_botopengauss_bot成员
13 天前 添加了label:sig/Community
opengauss_bot
opengauss_bot成员
13 天前 评论:

Welcome To openGauss Community

Hey @liao-shiting , thanks for your contribution to the community.

Bot Usage Manual

I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.

Contact Guide

If you have any questions, please contact the SIG: Community ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Igali, @bihua111, @cailei19, @h_ray, @levy53071, @libiao2024, @lihaixiao, @mrzack, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123, @zhangxubo, @zhangzq131, @zjh_hw .

likedislike
opengauss_botopengauss_bot成员
10 天前 删除了label:sig/Community
opengauss_botopengauss_bot成员
10 天前 添加了label:sig/SQLEngine,sig/Plugin
sungang14sungang14成员
4 天前 issue优先级由 无优先级 改变为 次要
sungang14sungang14成员
4 天前 关联了看板:openGauss 7.0.0-LTS
暖阳
暖阳
2 天前 评论:

是数据库的字符集为SQL_ASCII是OG数据库特有的字符集,python不认识导致的报错,应该属于是需求的局限性,修改doc文档补充字符集方面的说明

likedislike