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
Updated by Xavier Perseguers almost 15 years ago
BEWARE: Method compileINSERT is overriden in DBAL (class.ux_t3lib_sqlparser.php) and should be updated there too!
Updated by Xavier Perseguers almost 15 years ago
v2 of DBAL patch fixes the compileINSERT problem.
Updated by Xavier Perseguers almost 15 years ago
Committed to Core trunk (rev. 6859) and DBAL trunk (rev. 29765)
Actions