Skip Menu |

This queue is for tickets about the SQL-Abstract-More CPAN distribution.

Report information
The Basics
Id: 98209
Status: new
Priority: 0/
Queue: SQL-Abstract-More

People
Owner: Nobody in particular
Requestors: DEFCON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.