You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, theLOAD 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.The text was updated successfully, but these errors were encountered: