From: Norbert Buchmuller Date: Wed, 26 Nov 2008 19:24:14 +0000 (+0000) Subject: Added { op => \["...", @bind] } to the changes list. X-Git-Tag: v1.70~254 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c37b9c034b672bee3d49e8aef2c6665c77c33c0;p=dbsrgits%2FSQL-Abstract.git Added { op => \["...", @bind] } to the changes list. --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index eb660db..238c903 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -2098,6 +2098,10 @@ support for the { operator => \"..." } construct (to embed literal SQL) =item * +support for the { operator => \["...", @bind] } construct (to embed literal SQL with bind values) + +=item * + added -nest1, -nest2 or -nest_1, -nest_2, ... =item *