-
Jean Boussier authored
Serialized attributes stored in BLOB columns will be loaded with the `ASCII-8BIT` (AKA BINARY) encoding. So unless the serialized payload is pure ASCII, they need to have the same internal encoding to be properly compared. Since the serializer have no way to know how the string will be stored, it's up to the column type to properly set the encoding.
Jean Boussier authoredSerialized attributes stored in BLOB columns will be loaded with the `ASCII-8BIT` (AKA BINARY) encoding. So unless the serialized payload is pure ASCII, they need to have the same internal encoding to be properly compared. Since the serializer have no way to know how the string will be stored, it's up to the column type to properly set the encoding.
Loading