On 11/1/06, Alan Humphrey <[EMAIL PROTECTED]> wrote:
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.


mst fixed this issue in svn on Oct 25, there just hasn't been an official release since.

-- Brandon

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to