Skip Menu |

This queue is for tickets about the DBD-Sybase CPAN distribution.

Report information
The Basics
Id: 89205
Status: new
Priority: 0/
Queue: DBD-Sybase

People
Owner: Nobody in particular
Requestors: pz89 [...] o2.pl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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