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

ddl: Fix generated column can refer only to generated columns defined prior to it. #11549

Merged
merged 18 commits into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    266ed1d View commit details
    Browse the repository at this point in the history
  2. make dev right

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    59cf1a4 View commit details
    Browse the repository at this point in the history
  3. modify comments

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    f3e0faf View commit details
    Browse the repository at this point in the history
  4. add unit test

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9c72841 View commit details
    Browse the repository at this point in the history
  5. fix make dev panic

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    cef78e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6bd2d0 View commit details
    Browse the repository at this point in the history
  7. be more clear in func

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    cf5953e View commit details
    Browse the repository at this point in the history
  8. use assertErrorCode to test

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    20f79eb View commit details
    Browse the repository at this point in the history
  9. delete duplicate test case

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    8048985 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ed5cc4 View commit details
    Browse the repository at this point in the history
  11. code style be more clear

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d027b0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc5204d View commit details
    Browse the repository at this point in the history
  13. Make map with capacity

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    390f99e View commit details
    Browse the repository at this point in the history
  14. modify comment

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    6aa8def View commit details
    Browse the repository at this point in the history
  15. modify comments

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    596a859 View commit details
    Browse the repository at this point in the history
  16. modify two comment

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    52b617d View commit details
    Browse the repository at this point in the history
  17. modify a comment

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    c2d0fe7 View commit details
    Browse the repository at this point in the history
  18. delete redundant comment

    AilinKid committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    396ef77 View commit details
    Browse the repository at this point in the history