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

fix: passing the table DB name to the enum-generation steps #99

Merged
merged 3 commits into from
Jul 26, 2018

Commits on Jul 25, 2018

  1. fix: passing the table DB name to the enum-generation steps

    This changes allows to use the table name while generating file names or struct
    names (in Go) for enums, which may help avoid name collisions (2 tables might
    have 2 different enums but with the same column name).
    
    Also: updated the dependencies with dep ensure.
    wuleninja committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    69ff88a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af13f4 View commit details
    Browse the repository at this point in the history
  3. fix: passing the table DB name to the enum-generation steps (gnormal#98)

    This changes allows to use the table name while generating file names or struct
    names (in Go) for enums, which may help avoid name collisions (2 tables might
    have 2 different enums but with the same column name).
    
    Also: updated the dependencies with dep ensure.
    wuleninja committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    bb455af View commit details
    Browse the repository at this point in the history