-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use sql comments as output by diesel print-schema
, if present
#144
Comments
I do not understand what this feature request is. Are you asking to support using column documentation from the raw |
Ok so you're saying I should send a PR to diesel with this? Is there a preferred way you want it, e.g., one of the approaches I just mentioned? |
That is better asked the diesel developers.
Yes, dsync does not read the raw sql files or interacts with any live databases, it only reads PS: |
Ok I've made a new issue on diesel; would appreciate your commentary there if you have an opinion :) |
Considering that diesel-rs/diesel#4375 mentions that |
diesel print-schema
, if present
How should this be supported? - I'm thinking:
Or maybe:
Or something else? - What do you think?
Here's the current code FWIW: https://github.com/Wulf/dsync/blob/2797966/src/code.rs#L360
The text was updated successfully, but these errors were encountered: