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: support transactions management #535

Merged
merged 17 commits into from
Oct 22, 2020

Commits on Oct 9, 2020

  1. feat: implement transactions management

    IlyaFaer committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    fb958f9 View commit details
    Browse the repository at this point in the history
  2. feat: transactions management implementation

    IlyaFaer committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4b7273f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    44fd7dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into transactions_retry

    IlyaFaer committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    3861550 View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    IlyaFaer committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    dc7e5a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. use global sessions pool, use single transaction for single connectio…

    …n, return used sessions back to the pool
    IlyaFaer committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    75e0685 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. del excess license lines

    IlyaFaer committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    0f69035 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

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

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    79666d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'transactions_retry' of https://github.com/q-logic/pytho…

    …n-spanner-django into transactions_retry
    IlyaFaer committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    635ec33 View commit details
    Browse the repository at this point in the history
  3. fix emulator config

    IlyaFaer committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    84d67fe View commit details
    Browse the repository at this point in the history
  4. don't roll back transactions which are already rolled back on connect…

    …ion close
    IlyaFaer committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    61e2af8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. some fixes

    IlyaFaer committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    efbdab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. don't use global pool

    IlyaFaer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5e23e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a36b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. add autocommit mode note

    IlyaFaer committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ba1df36 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'transactions_retry' of https://github.com/q-logic/pytho…

    …n-spanner-django into transactions_retry
    IlyaFaer committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f691dc9 View commit details
    Browse the repository at this point in the history