Page 1 of 1

Problem Zeos Beta 6.6.0 Blob Fields and postgres-7 driver

Posted: 11.01.2007, 01:27
by niztor
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.-

Posted: 11.01.2007, 11:42
by mdaems
Hi Niztor,

If you think it's a bug please report using http://zeosbugs.firmos.at/, our (new) bug tracker. Not everybody on the team can read everything in this forum and only Postgres coders can judge this post. I can't move everything that 'looks like a bug' to the bug tracker.
So please...

Mark