-
-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
as-designedThe behaviour is correct/expectedThe behaviour is correct/expected
Description
i used firebird 2.5.9 and DMVC Boron,
i create blob field in firebird ex:
create tableX (
id integer not null,
notes blob sub_type text
);
in active record entity class i use
Notes : String
whene i call rest from client, if blob field is empty, there no error, if blob field has any value, it generate error
"Exception Class Name : EEncodingError
Exception Message : No mapping for the Unicode character exists in the target multi-byte code page"
How to fix this problem?
or any oher idea to contain/load blob field in active record?
Metadata
Metadata
Assignees
Labels
as-designedThe behaviour is correct/expectedThe behaviour is correct/expected