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

[v1] Ignore alter table statement to add foreign key in schema file #69

Merged

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    80ccc4f View commit details
    Browse the repository at this point in the history
  2. Ignore alter table statement to add a foreign key when parsing schema…

    … file.
    
    Spanner schema may contain alter table statements to add foreign keys.
    For example, GetDatabaseDdl of spanner admin API seems to return such statement
    when table A has a foreign key that references table B and B's name comes later in alphabetical order than A.
    Such statements should not prevent yo from generating go code.
    tyamagu2 committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    9ca8b0e View commit details
    Browse the repository at this point in the history