Subject: | Bulk Insert Support |
It would be nice to be able to do bulk INSERT statements:
INSERT INTO $table (field1,field2) VALUES (value1,value2),(values3,values4);
I don't believe this is currently possibly, but correct me if I'm wrong :). Unclear if this would be better implemented in this subclass or the parent SQL::Abstract.