Woops. Bad math on my side, you look correct. I'll submit it to Ed Mergl
later on.
(I'm to blame for this piece of code).
-alex
On Tue, 25 Dec 2001, KAWAI,Takanori wrote:
> I've found that DBD::Pg not works with binary data.
> It occurs "Unterminated quoted string" with long invisible-characte
I've found that DBD::Pg not works with binary data.
It occurs "Unterminated quoted string" with long invisible-character.
It seems that buffer that dbdimp.c gets in dbd_st_execute
at line 1034 is too small.
I change to extend that buffer and it works fine.
[dbdimp.c(line 1034) : before]
in