MergeV uint32 properties inserted as long
Using a property map with OnCreate in MergeV exhibits different behavior if the property type is uint32 rather than int32.
If the property is uint32 then the property is serialized as a long.
If the property is int32, then it is serialized as integer.
I suspect that the type test does not cater for uintnn.
I can use int32 in this case, and I suppose long does not harm and probably needs to be long for int64, but is this an oversight?
If the property is uint32 then the property is serialized as a long.
If the property is int32, then it is serialized as integer.
I suspect that the type test does not cater for uintnn.
I can use int32 in this case, and I suppose long does not harm and probably needs to be long for int64, but is this an oversight?