[Dbix-class] NoBindVars patch

Alan Humphrey alan.humphrey at comcast.net
Wed Nov 1 19:22:24 GMT 2006


A small patch for NoBindVars:

46c46
<   while(my $bvar = shift @bind) {
---
>   foreach my $bvar (@bind) {

Problem - the while loop bailed out on the first non-true entry, leaving bad
SQL.

- Alan




More information about the Dbix-class mailing list