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

Vcursor refactor #5982

Merged
merged 13 commits into from
Mar 30, 2020
Merged

Vcursor refactor #5982

merged 13 commits into from
Mar 30, 2020

Commits on Mar 30, 2020

  1. added parsedestination method

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    220a931 View commit details
    Browse the repository at this point in the history
  2. Added Destination() to the ContextVSchema interface

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8c343a0 View commit details
    Browse the repository at this point in the history
  3. added bypass planbuilder

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    fe9975a View commit details
    Browse the repository at this point in the history
  4. added test for send in engine

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3add0bd View commit details
    Browse the repository at this point in the history
  5. Added route type and testing

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    59173b4 View commit details
    Browse the repository at this point in the history
  6. Removed dest logic from handleExec and added destination in plan key

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    cc6c455 View commit details
    Browse the repository at this point in the history
  7. Moved to plan test using text file

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    289ef81 View commit details
    Browse the repository at this point in the history
  8. fix vtexplain test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f1010d5 View commit details
    Browse the repository at this point in the history
  9. Renamed isDML to rollbackOnError

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8219745 View commit details
    Browse the repository at this point in the history
  10. Added autocommit logic to send primitive

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal authored and systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d93107b View commit details
    Browse the repository at this point in the history
  11. Handle DML/non-DML separately for the Send primitive

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c4658bf View commit details
    Browse the repository at this point in the history
  12. Don't rollback on error when not needed

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    5a9f4da View commit details
    Browse the repository at this point in the history
  13. removed destination from handleExec signature

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c6e02cb View commit details
    Browse the repository at this point in the history