filter sdo_geo in proxy && ps mode gis bugfix && 42x bugfix patch

This commit is contained in:
wu-xingying
2024-04-15 15:56:18 +00:00
committed by ob-robot
parent 89076de1ab
commit 7de9106ec9
9 changed files with 138 additions and 56 deletions

View File

@ -1243,7 +1243,8 @@ int ObXMLExprHelper::process_sql_udt_results(common::ObObj& value,
}
}
} else if (value.is_geometry()) {
if (is_ps_protocol) {
if (lib::is_mysql_mode()) {
} else if (is_ps_protocol) {
#ifdef OB_BUILD_ORACLE_PL
ObObj result;
if (OB_ISNULL(exec_context)) {