doctrine-bulk-insert icon indicating copy to clipboard operation
doctrine-bulk-insert copied to clipboard

Bulk insert functionality for the Doctrine/DBAL

Results 6 doctrine-bulk-insert issues
Sort by recently updated
recently updated
newest added

I write this for have available use types in bulk insert: ``` private function types(array $types, int $datasetLength, array $columns): array { $positionalTypes = []; for ($dataRowIdx = 0; $dataRowIdx...

Hi, do yo think you could add the INSERT ON DUPLICATE KEY UPDATE functionality?

Hi. Great lib, thanks. Can you add functionality for supporting of **ON CONFLICT DO NOTHING**?

Closes https://github.com/franzose/doctrine-bulk-insert/issues/10