fix correctness bug of replacing zerofill column expr

This commit is contained in:
yinyj17
2023-09-09 13:42:25 +00:00
committed by ob-robot
parent 54921b0342
commit 4a904949c2
6 changed files with 298 additions and 272 deletions

View File

@ -369,6 +369,9 @@ public:
const bool ret_error = false);
static void set_insert_update_scope(common::ObCastMode &cast_mode);
static bool is_insert_update_scope(common::ObCastMode &cast_mode);
static int get_cast_mode_for_replace(const ObRawExpr *expr,
const ObSQLSessionInfo *session,
ObCastMode &cast_mode);
static common::ObCollationLevel transform_cs_level(const common::ObCollationLevel cs_level);
static int set_cs_level_cast_mode(const common::ObCollationLevel cs_level,
common::ObCastMode &cast_mode);