... | ... |
@@ -1204,7 +1204,7 @@ sub _create_bind_values { |
1204 | 1204 |
my $not_exists = {}; |
1205 | 1205 |
for my $column (@$columns) { |
1206 | 1206 |
|
1207 |
- # Value |
|
1207 |
+ # Bind value |
|
1208 | 1208 |
if(ref $params->{$column} eq 'ARRAY') { |
1209 | 1209 |
my $i = $count->{$column} || 0; |
1210 | 1210 |
$i += $not_exists->{$column} || 0; |
... | ... |
@@ -1238,7 +1238,7 @@ sub _create_bind_values { |
1238 | 1238 |
$bind->[-1] = $tf2->($bind->[-1]) if $tf2; |
1239 | 1239 |
} |
1240 | 1240 |
|
1241 |
- # Bind values |
|
1241 |
+ # Bind types |
|
1242 | 1242 |
push @$types, $bind_type->{$column}; |
1243 | 1243 |
|
1244 | 1244 |
# Count up |