-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Parser refuses AFTER CREATE SCHEMA DO #1062
Comments
I'm certain that's the documented format, Mike. I had the same problem. |
Your command had a problem with an extra semi-colon (terminating the command) before the last section. That said that was not your problem, it's just that I didn't expose the new facility to all the sources parsers. I have now added MySQL source as supported for this clause. |
I didn't actually find anything in the documentation about that semicolon—I spent hours comparing a non-working configuration to working ones before I realized there had to be one. |
Yeah documentation kind of makes sense mostly if you know how it works already. I realise that it's quite difficult for me to document my own code in a way that makes sense for people who are discovering the whole thing for the first time. Help needed, documentation Pull Requests welcome! |
pgloader --version
pgloader version "3.6.1"
compiled with SBCL 1.4.15.debian
```
No, compilation failed (reported in #1005)
Yes
Apologies if I have misunderstood the format but I wasn't able to locate an example of how to use this command.
Thanks!
Mike
The text was updated successfully, but these errors were encountered: