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

Add Oracle SQL - Update statement #11692

Merged
merged 9 commits into from Aug 22, 2021

Commits on Aug 6, 2021

  1. add oracle update definition

    MV Thanoshan committed Aug 6, 2021
    Copy the full SHA
    196294c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. add multi-column in an assignment

    MV Thanoshan committed Aug 7, 2021
    Copy the full SHA
    fcdf1a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. make AssignmentSegment into abstract, define new ColumnAssignmentSegm…

    …ent and refactor AssignmentSegment related code.
    MV Thanoshan committed Aug 15, 2021
    Copy the full SHA
    490b7cb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da50cec View commit details
    Browse the repository at this point in the history
  3. utilize ColumnAssignmentSegment to create an instance type of Assignm…

    …entSegment
    MV Thanoshan committed Aug 15, 2021
    Copy the full SHA
    b18da81 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Copy the full SHA
    1ce8503 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7fba441 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. remove commented code

    MV Thanoshan committed Aug 19, 2021
    Copy the full SHA
    f25c08d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b0e2d8 View commit details
    Browse the repository at this point in the history