This would be useful to load seed data that is part of a migration without having to enumerate the content with discrete INSERT statements. Right now, the LOAD DATA LOCAL INFILE statement succeeds but doesn't actually do anything.
A generic-ish LocalInFileHandler would need to be defined to pass the data in.
This would be useful to load seed data that is part of a migration without having to enumerate the content with discrete
INSERTstatements. Right now, theLOAD DATA LOCAL INFILEstatement succeeds but doesn't actually do anything.A generic-ish
LocalInFileHandlerwould need to be defined to pass the data in.