Added { op => \["...", @bind] } to the changes list.
Norbert Buchmuller [Wed, 26 Nov 2008 19:24:14 +0000 (19:24 +0000)]
lib/SQL/Abstract.pm

index eb660db..238c903 100644 (file)
@@ -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 *