Actions
Feature #21944
closedMySQL extended INSERT statements cannot be parsed
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2010-01-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
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 #21753.
(issue imported from #M13209)
Files
Actions