-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Actually the PostgreSQL bytea type is handled by the D ubyte[] type, like the varchar, text is handled by the D string type.
The readArray method of 'Message' is using methods like 'arrayDimensions!T' or 'readDimension' that have specials check for handling strings, with the isSomeString template, but can't actually handle the case where the PostgreSQL column to read has a type bytea[], that must be read by a ubyte[][] array.
Suggestion? There's some workaround of this is an intended behaviours? Must I provide a pull request with the adaptations to 'readDimension', 'arrayDimensions', 'multiArrayElemType' to handle the case?
Metadata
Metadata
Assignees
Labels
No labels