Reply to thread

This has been fixed now. There's a new ValueFormatter::decodeValueFromSourceExtended() method that takes the full set of column options as well, which allows us to react to things like the list type. Places that used to call decodeValueFromSource will now call the extended version (though that internally calls the old method, in case you have extended that).


This should allow the values to be consistent before and after updating.


Back
Top Bottom