Problem Zeos Beta 6.6.0 Blob Fields and postgres-7 driver

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
niztor
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 04.11.2005, 19:05

Problem Zeos Beta 6.6.0 Blob Fields and postgres-7 driver

Post 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.-
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Post Reply