-
Notifications
You must be signed in to change notification settings - Fork 184
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
Let --dialects-export output sql in log #480
base: main
Are you sure you want to change the base?
Conversation
Hi, can you please add a test case to the CI pipeline for this? See Also: .github/workflows/maven.yml |
Hi Brian, sorry for late reply. I think a better approach would be to output sql to a file, which would be easier for user to work with, and for us to test. It may warrant another MR though. Perhaps, we can get this simple fix merged before that? What do you think? |
What would you like to test in this case? I'm thinking about output it to a file, such as |
I like your idea of outputting it to a different file. Given it's broken atm anyways, I'd suggest we change the CLI arg to accept a file name to output it to, perhaps defaulting to
I think checking the contents are at least well formed and have something reasonable in them seems like a good move to me too. Can probably use Pretty sure we can do all of that in this PR pretty easily. |
Respect
--dialects-export
option, when enabled, it should output SQL in log.Close #252
Example