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

Support authorization parsing for Sharding core #996

Merged
merged 128 commits into from
Jul 11, 2018
Merged

Support authorization parsing for Sharding core #996

merged 128 commits into from
Jul 11, 2018

Commits on Jun 28, 2018

  1. filter redundant tables.

    tristaZero committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    f639b83 View commit details
    Browse the repository at this point in the history
  2. add dcl type

    tristaZero committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    780a115 View commit details
    Browse the repository at this point in the history
  3. ADD DCL statement.

    tristaZero committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    630a8fb View commit details
    Browse the repository at this point in the history
  4. add dcl file.

    tristaZero committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    d1475ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee79a08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    549ab62 View commit details
    Browse the repository at this point in the history
  7. add ddl or dcl judgement.

    tristaZero committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    7495703 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    ad62e53 View commit details
    Browse the repository at this point in the history
  2. add alter user handling.

    tristaZero committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    7ff30b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f979e84 View commit details
    Browse the repository at this point in the history
  4. modify sql parser factory.

    tristaZero committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    8835d7f View commit details
    Browse the repository at this point in the history
  5. add role default key

    tristaZero committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ffe76cc View commit details
    Browse the repository at this point in the history
  6. add role judgement

    tristaZero committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    60b9a27 View commit details
    Browse the repository at this point in the history
  7. modify rename user parser

    tristaZero committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ca1b8ec View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. ADD default key : login.

    tristaZero committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    a42d15e View commit details
    Browse the repository at this point in the history
  2. add grant handling.

    tristaZero committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    5771b79 View commit details
    Browse the repository at this point in the history
  3. ADD revoke handling.

    tristaZero committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    74f15a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6301f16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb31ae7 View commit details
    Browse the repository at this point in the history
  6. add containStarTable().

    tristaZero committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    ad0084d View commit details
    Browse the repository at this point in the history
  7. judge star table.

    tristaZero committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    fcf0fae View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    acff311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed44809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4627ef3 View commit details
    Browse the repository at this point in the history
  4. ADD REVOKE JUDGEMENT.

    tristaZero committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    5740418 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    33c6d6b View commit details
    Browse the repository at this point in the history
  2. modify ddl parser.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    3964c24 View commit details
    Browse the repository at this point in the history
  3. modify dcl parser.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    5634208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0a892e View commit details
    Browse the repository at this point in the history
  5. remove blank line.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    8014f38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11776eb View commit details
    Browse the repository at this point in the history
  7. add create index parser.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    9648add View commit details
    Browse the repository at this point in the history
  8. modify drop index parser

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    aa4acc9 View commit details
    Browse the repository at this point in the history
  9. add drop index parser

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    ff7ea01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55a878a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3644c58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2721cfa View commit details
    Browse the repository at this point in the history
  13. add author.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    7d3f5fb View commit details
    Browse the repository at this point in the history
  14. create user parser

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    1c43f7a View commit details
    Browse the repository at this point in the history
  15. create user sql.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    7cba9ca View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aba5540 View commit details
    Browse the repository at this point in the history
  17. add drop user sql.

    tristaZero committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    3b9c7c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    126f00c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. add blank space.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b72bd13 View commit details
    Browse the repository at this point in the history
  2. add blank space.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    25382b0 View commit details
    Browse the repository at this point in the history
  3. add alter user sql case.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    86c8cfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c644569 View commit details
    Browse the repository at this point in the history
  5. rename user sql case.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    74df360 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84cb67b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cae7136 View commit details
    Browse the repository at this point in the history
  8. add deny user sql case

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    eb96e00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f05fbff View commit details
    Browse the repository at this point in the history
  10. modify isDCL judgement.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e1582c3 View commit details
    Browse the repository at this point in the history
  11. add grant user sql cases.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    e26f550 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c55d34a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24bbd2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df69a43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f091629 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e2acc5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a99619e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f737b28 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f6801f3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e80b3b1 View commit details
    Browse the repository at this point in the history
  21. modify sql judge engine.

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    4c16493 View commit details
    Browse the repository at this point in the history
  22. add authour

    tristaZero committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    04f6cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    72cc553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcad613 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    8b178d9 View commit details
    Browse the repository at this point in the history
  2. modify sharding context.

    tristaZero committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    31f47c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    646dd85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0750e0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8d7467 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7feb47 View commit details
    Browse the repository at this point in the history
  7. modify to interface.

    tristaZero committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    1720c37 View commit details
    Browse the repository at this point in the history
  8. modify routing engine.

    tristaZero committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    ecafba9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67edc71 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    b8e5634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad55a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db254cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72a5bd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25653e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef73d13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1bf552 View commit details
    Browse the repository at this point in the history
  8. modify DatabaseTest.

    tristaZero committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    a07042c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4efa785 View commit details
    Browse the repository at this point in the history
  10. modify to abstract class.

    tristaZero committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    58c6243 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79f0733 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a5411a View commit details
    Browse the repository at this point in the history
  13. modify java doc.

    tristaZero committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    b236aff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5bb2c0 View commit details
    Browse the repository at this point in the history
  15. modify database type.

    tristaZero committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d7da908 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58fe990 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8890e21 View commit details
    Browse the repository at this point in the history
  18. modify ParsingSQLRouter.

    tristaZero committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d364d64 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    62c9cb6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ece1902 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ada41c0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    375b7da View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    3fe5b74 View commit details
    Browse the repository at this point in the history
  2. add getActualSchemaName

    tristaZero committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    f984303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f013798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6040ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e3634f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76873ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8321a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3486a27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f708063 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc1fb82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70e8f7f View commit details
    Browse the repository at this point in the history
  12. add java doc

    tristaZero committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    35f6ba7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    feca45f View commit details
    Browse the repository at this point in the history
  14. modify test case.

    tristaZero committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    ab08f1e View commit details
    Browse the repository at this point in the history
  15. modify test case.

    tristaZero committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    e0e0b4e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9ff265f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    a8f5045 View commit details
    Browse the repository at this point in the history
  2. modify case.

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    f7aa1a0 View commit details
    Browse the repository at this point in the history
  3. modify alter_user

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    b630304 View commit details
    Browse the repository at this point in the history
  4. modify alter_user cases.

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    29e260b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee4d26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d388662 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35de591 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aad4dcc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ff24cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4dd6d96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a62fc3 View commit details
    Browse the repository at this point in the history
  12. modify case name.

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    6dc3cef View commit details
    Browse the repository at this point in the history
  13. modify case names.

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    a6bab87 View commit details
    Browse the repository at this point in the history
  14. remove useless functions.

    tristaZero committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    0888154 View commit details
    Browse the repository at this point in the history