Problem Zeos Beta 6.6.0 Blob Fields and postgres-7 driver
Posted: 11.01.2007, 01:27
Hi!
I'm trying to use that beta version.
i've got found some problems when using the postgres-7 driver and blob fields.
Digging into sources i've found in ZPlainPostgresSqlDriver.pas
function TZPostgreSQL7PlainDriver.DecodeBYTEA(value: string): string;
begin
Result:= value;
end;
it's not decoding nothing there. the same is in EncodeBYTEA.
But everything is ok when using postgres-8 driver.
Niztor.-
I'm trying to use that beta version.
i've got found some problems when using the postgres-7 driver and blob fields.
Digging into sources i've found in ZPlainPostgresSqlDriver.pas
function TZPostgreSQL7PlainDriver.DecodeBYTEA(value: string): string;
begin
Result:= value;
end;
it's not decoding nothing there. the same is in EncodeBYTEA.
But everything is ok when using postgres-8 driver.
Niztor.-