-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.0-b2
-
None
-
None
sql_multi_insert() accepts one-dimensional data (i.e. a single row), but only when the DBMS supports multi insert. This is obviously horrible API. There should be a method sql_insert() for single rows and sql_multi_insert() should only take multi-dimension arrays.
- is related to
-
PHPBB-12436 Functional test framework's add_style() should not use sql_multi_insert()
- Closed