[xml bugfix] obs1 channel, the value of the update xmltype field in pl is the value of the xmltype variable

This commit is contained in:
obdev
2023-07-12 15:12:28 +00:00
committed by ob-robot
parent 8bbe380820
commit 316e56d882
4 changed files with 21 additions and 3 deletions

View File

@ -50,7 +50,7 @@ static ObObjType MERGE_RESULT_TYPE[ObMaxType][ObMaxType] = {
ObLobType, /*NullType=>ObLobType*/
ObJsonType, /*NullType=>ObJsonType*/
ObGeometryType, /*NullType=>ObGeometryType*/
ObMaxType, /*NullType=>ObUserDefinedSQLType*/
ObUserDefinedSQLType,/*NullType=>ObUserDefinedSQLType*/
},
/*TinyIntType*/