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

[table-name] ignored in cli #1659

Open
trsh opened this Issue Apr 25, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@trsh

trsh commented Apr 25, 2018

Versions

  • rustc 1.25.0 (84203cac6 2018-03-25)
  • diesel 1.2.0
  • sqlite
  • ubuntu 17.10

Problem Description

diesel print-schema something > xx.rs doesn't take [table-name] into account.

What is the expected output?

As in --help docs. And additionally if the table name is non-existent an error should be generated

@trsh

This comment has been minimized.

trsh commented May 10, 2018

Anything new on this?

@sgrif

This comment has been minimized.

Member

sgrif commented May 10, 2018

Nothing new. It's definitely a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment