[TYPO3-core] RFC #12858: Feature: Provide a DB API to insert multiple rows at once

Martin Kutschker masi-no at spam-typo3.org
Sun Jan 10 14:55:37 CET 2010


Christian Kuhn schrieb:
> 
> @Xavier: Could you take a look and figure out what needs to be done for
> dbal? If other db's don't handle extended inserts it would be easy to
> iterate over the rows and call exec_INSERTquery() each in dbal again.

AFAIK the multi-insert is only supported by Mysql. But as you point out it is quite easy to run
multiple INSER queryies in DBAL. I reckon bringing that into DBAL is as a task that you can handle ;)

Masi


More information about the TYPO3-team-core mailing list