fix: xmlserialzie input empty xml and should return NULL result & xmlcast padding whitespace for char type

This commit is contained in:
GroundWu
2023-05-25 05:41:17 +00:00
committed by ob-robot
parent af1a2c1ef5
commit 16bf66295c

View File

@ -18,6 +18,7 @@
#include "ob_expr_xml_func_helper.h"
#include "sql/session/ob_sql_session_info.h"
#include "sql/engine/ob_exec_context.h"
#include "sql/ob_spi.h"
#define USING_LOG_PREFIX SQL_ENG