Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into column_type_classes2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed May 5, 2024
2 parents d2afd28 + 945d08f commit a1266fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Provider/CommandProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function batchInsert(): array

$batchInsert['table name with column name with brackets']['expectedParams'][':qp3'] = 0;

$batchInsert['batchInsert binds params from expression']['expectedParams'][':qp3'] = 0;
$batchInsert['binds params from expression']['expectedParams'][':qp3'] = 0;
$batchInsert['with associative values']['expectedParams'][':qp3'] = 1;

return $batchInsert;
Expand Down

0 comments on commit a1266fb

Please sign in to comment.