Skip Menu |

This queue is for tickets about the POE-Component-EasyDBI CPAN distribution.

Report information
The Basics
Id: 18432
Status: rejected
Priority: 0/
Queue: POE-Component-EasyDBI

People
Owner: Nobody in particular
Requestors: yuri [...] nator.com
Cc:
AdminCc:

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



Subject: Integer parsing bug in placeholders
When using INSERT in insert=> and do=> actions (I didn't test others) there is a problem with integers variables, for some reason garbage data is saved in the database (numbers which do not appear in the @placeholders array) instead of the content of the given variables, whilst if i include those variables into the sql => statement it works perfectly.
On Wed Mar 29 11:39:19 2006, guest wrote: Show quoted text
> When using INSERT in insert=> and do=> actions (I didn't test others) > there is a problem with integers variables, for some reason garbage data > is saved in the database (numbers which do not appear in the > @placeholders array) instead of the content of the given variables, > whilst if i include those variables into the sql => statement it works > perfectly.