Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOAD DATA LOCAL INFILE is not supported #10

Open
thwarted opened this issue Dec 20, 2022 · 0 comments
Open

LOAD DATA LOCAL INFILE is not supported #10

thwarted opened this issue Dec 20, 2022 · 0 comments

Comments

@thwarted
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant