Prohibit the conversion of CLOB to OTIMESTAMP
This commit is contained in:
@ -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*/
|
||||||
|
|||||||
Reference in New Issue
Block a user