We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5535fc0 commit 8c3e027Copy full SHA for 8c3e027
1 file changed
lib/Data/ObjectDriver/SQL.pm
@@ -277,6 +277,7 @@ sub _mk_term {
277
$col = $m->($col) if $m = $stmt->column_mutator;
278
$term = "$col $$val";
279
} elsif (ref($val) eq 'REF') {
280
+ $col = $m->($col) if $m = $stmt->column_mutator;
281
my @values = @{$$val};
282
$term = "$col " . (shift @values);
283
push @bind, @values;
0 commit comments