Prohibit the conversion of CLOB to OTIMESTAMP

This commit is contained in:
obdev
2024-02-09 07:56:01 +00:00
committed by ob-robot
parent f786b4c646
commit c02bdd18bc

View File

@ -11839,7 +11839,7 @@ ObExpr::EvalFunc OB_DATUM_CAST_ORACLE_IMPLICIT[ObMaxTC][ObMaxTC] =
cast_not_expected,/*bit*/ cast_not_expected,/*bit*/
cast_not_expected,/*enumset*/ cast_not_expected,/*enumset*/
cast_not_expected,/*enumset_inner*/ cast_not_expected,/*enumset_inner*/
text_otimestamp,/*otimestamp*/ cast_inconsistent_types,/*otimestamp*/
text_raw,/*raw*/ text_raw,/*raw*/
text_interval,/*interval*/ text_interval,/*interval*/
text_rowid,/*rowid*/ text_rowid,/*rowid*/
@ -12071,7 +12071,7 @@ ObExpr::EvalFunc OB_DATUM_CAST_ORACLE_IMPLICIT[ObMaxTC][ObMaxTC] =
cast_not_expected,/*bit*/ cast_not_expected,/*bit*/
cast_not_expected,/*enumset*/ cast_not_expected,/*enumset*/
cast_not_expected,/*enumset_inner*/ cast_not_expected,/*enumset_inner*/
lob_otimestamp,/*otimestamp*/ cast_inconsistent_types,/*otimestamp*/
lob_raw,/*raw*/ lob_raw,/*raw*/
lob_interval,/*interval*/ lob_interval,/*interval*/
lob_rowid,/*rowid*/ lob_rowid,/*rowid*/