Skip to content

Commit 8c3e027

Browse files
committed
Apply column_mutator (@usualoma++)
1 parent 5535fc0 commit 8c3e027

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Data/ObjectDriver/SQL.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ sub _mk_term {
277277
$col = $m->($col) if $m = $stmt->column_mutator;
278278
$term = "$col $$val";
279279
} elsif (ref($val) eq 'REF') {
280+
$col = $m->($col) if $m = $stmt->column_mutator;
280281
my @values = @{$$val};
281282
$term = "$col " . (shift @values);
282283
push @bind, @values;

0 commit comments

Comments
 (0)