Fix ->insert($table, \@values) with >26 values (RT#112684)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 4 Mar 2016 14:59:17 +0000 (14:59 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 4 Mar 2016 15:07:23 +0000 (15:07 +0000)
commit19b6ccce01924e9ff476b4723bbbd2051c69412f
treedb96b4e44d66ae0d5b7be8e09d9e29b606b7e028
parent3d8d0a21d36ecdb14acb70cebd2d278c8c46643f
Fix ->insert($table, \@values) with >26 values (RT#112684)

This gets rid of the cute hash key ordering hack and instead factors the
body of the loop in ->_insert_values into a separate method that the
arrayref version calls directly in the right order.
Changes
lib/SQL/Abstract.pm
t/01generate.t