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.-
Problem Zeos Beta 6.6.0 Blob Fields and postgres-7 driver
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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