From: Ash Berlin Date: Wed, 7 Feb 2007 15:08:30 +0000 (+0000) Subject: just comments and email address X-Git-Tag: v1.70~289 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abe72f94743a8f0fa36ffd0dd22783418a33c5df;p=dbsrgits%2FSQL-Abstract.git just comments and email address r2289@metis (orig r11): nwiger | 2006-11-30 17:05:02 +0000 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 6b20d6d..4ea6a6d 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -24,7 +24,7 @@ SQL::Abstract - Generate SQL from Perl data structures $sth->execute(@bind); # Just generate the WHERE clause - my($stmt, @bind) = $sql->where(\%where, \@order); + my($stmt, @bind) = $sql->where(\%where, \@order); # Return values in the same order, for hashed queries # See PERFORMANCE section for more details @@ -1229,6 +1229,7 @@ so I have no idea who they are! But the people I do know are: Eric Kolve (hashref "AND" support) Mike Fragassi (enhancements to "BETWEEN" and "LIKE") Dan Kubb (support for "quote_char" and "name_sep") + Matt Trout (DBIx::Class support) Thanks! @@ -1236,21 +1237,21 @@ Thanks! If found, please DO NOT submit anything via C - that just causes me a ton of work. Email me a patch (or script demonstrating -the problem) to the below address, and include the VERSION string you'll -be seeing shortly. +the problem) to the below address, and include the VERSION you're using. =head1 SEE ALSO L, L, L, L -=head1 VERSION - -1.22 - =head1 AUTHOR Copyright (c) 2001-2006 Nathan Wiger . All Rights Reserved. +For support, your best bet is to try the C users mailing list. +While not an official support venue, C makes heavy use of +C, and as such list members there are very familiar with +how to create queries. + This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.