Skip to content

Commit

Permalink
Fix yiisoft/db#61 (point 2) add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Aug 20, 2023
1 parent d130cb2 commit a422537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public static function batchInsert(): array

DbHelper::changeSqlForOracleBatchInsert($batchInsert['bool-false, time-now()']['expected']);
DbHelper::changeSqlForOracleBatchInsert($batchInsert['column table names are not checked']['expected']);
DbHelper::changeSqlForOracleBatchInsert($batchInsert['with associative values']['expected']);

return $batchInsert;
}
Expand Down

0 comments on commit a422537

Please sign in to comment.