Wed Oct 02 14:00:51 2013pz89 [...] o2.pl - Ticket created
Subject:
Segmentation fault when prepare statement with placeholders.
Date:
Wed, 02 Oct 2013 20:00:27 +0200
To:
bug-DBD-Sybase [...] rt.cpan.org
From:
pz89 <pz89 [...] o2.pl>
Hi,
DBD::Sybase cause segmentation fault when prepare SQL statement with more than 1250 placeholders.
I found bug in dbd_preparse function: not enough memory for placeholders statement while translating it to bindvariable statement. Increase buffer size fix the problem.
Perl 5.88
DBD-Sybase 1.15
PZ