doctrine-bulk-insert
doctrine-bulk-insert copied to clipboard
Bulk insert functionality for the Doctrine/DBAL
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