fix: xml chinese charactor truncate length no correct & nchar not support & error code not consistent at in or = expr

This commit is contained in:
obdev
2023-05-08 02:42:01 +00:00
committed by ob-robot
parent 1d1d1e009e
commit 2343aa1174
3 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@
*/
#include "ob_expr_xmlparse.h"
#include "sql/engine/ob_exec_context.h"
#include "ob_expr_xml_func_helper.h"
#define USING_LOG_PREFIX SQL_ENG