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

feat: inline BeginTransaction with first statement #1692

Merged
merged 28 commits into from
Nov 7, 2022

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    3d06c45 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. fix: prevent multiple begin transactions happen during a race conditi…

    …on happens; make sure stream requests uses a transaction id from the first response even if the stream fails halfway with an UNAVAILABLE error
    ko3a4ok committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8d5c6d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    15944f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix: minor

    ko3a4ok committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    dd9891e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    6b57710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976ee59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154872b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    2caaa0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9929be5 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    ko3a4ok committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f65e2d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    6d83a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb3831 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    f9aa221 View commit details
    Browse the repository at this point in the history
  2. feat: adding more unit tests

    ko3a4ok committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    eeef8cf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    4fff842 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    cfa405e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix: format

    ko3a4ok committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    53f1e1c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/inline-begin-txns' into inline-b…

    …egin-txns
    
    # Conflicts:
    #	src/transaction.ts
    ko3a4ok committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e146e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    1b82e78 View commit details
    Browse the repository at this point in the history
  2. fix: tests after merge

    ko3a4ok committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e5585ff View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Lint fix

    surbhigarg92 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    241394d View commit details
    Browse the repository at this point in the history
  2. fix: lint

    ko3a4ok committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fa3c024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b2ac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. fix: samples test

    ko3a4ok committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2f226e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d94a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0bccf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fix: system test

    ko3a4ok committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    346abea View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    311a80f View commit details
    Browse the repository at this point in the history