[TYPO3-core] FYI #13209: MySQL extended INSERT statements cannot be parsed
Xavier Perseguers
typo3 at perseguers.ch
Sun Feb 7 14:14:51 CET 2010
Hi,
FYI, the following patches have been committed to Core trunk (rev. 6859) and DBAL trunk (rev. 29765).
Type: feature
Bugtracker references:
http://bugs.typo3.org/view.php?id=13209
http://bugs.typo3.org/view.php?id=12858
Problem:
MySQL dumps typically contain extended INSERT:
INSERT INTO table (col1, col2, col3) VALUES (v1,v2,v3),(v4,v5,v6),(v7,v8,v9),...
and cannot be parsed. This would be useful when importing a MySQL dump and should be available as multiple insert is/will be supported with feature #12858.
--
Xavier Perseguers
http://xavier.perseguers.ch/en
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 13209_core.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100207/6f291aa4/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 13209_dbal_v2.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100207/6f291aa4/attachment.txt>
More information about the TYPO3-team-core
mailing list