[CP] fix inheriting zerofill attribute incorrectly

This commit is contained in:
obdev
2024-02-08 02:32:48 +00:00
committed by ob-robot
parent 68e7a1a152
commit 6a7c171057
4 changed files with 8 additions and 6 deletions

View File

@ -390,6 +390,7 @@ public:
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 ObExprResType &dst_type,
const ObSQLSessionInfo *session,
ObCastMode &cast_mode);
static common::ObCollationLevel transform_cs_level(const common::ObCollationLevel cs_level);