From 371ce4eb1170c3ce33a5c31171e474f2bfbff6f6 Mon Sep 17 00:00:00 2001 From: Lucas Tiago de Moraes Date: Fri, 2 Jun 2023 06:40:21 -0300 Subject: [PATCH] only typo --- lib/SQL/Abstract.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 8150396..e9ba4f9 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -3083,7 +3083,7 @@ This data structure would create the following: $stmt = "WHERE ( user = ? AND ( status LIKE ? OR status LIKE ? ) ) OR ( user = ? AND status = ? ) )"; - @bind = ('nwiger', 'pending', 'dispatched', 'robot', 'unassigned'); + @bind = ('nwiger', 'pending%', 'dispatched', 'robot', 'unassigned'); Clauses in hashrefs or arrayrefs can be prefixed with an C<-and> or C<-or>