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

fix(dbapi): autocommit enabling fails if no transactions begun #177

Merged
merged 35 commits into from Dec 30, 2020

Commits on Nov 30, 2020

  1. Copy the full SHA
    73f6330 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    IlyaFaer committed Nov 30, 2020
    Copy the full SHA
    632bc20 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Copy the full SHA
    9f09bfb View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. don't calculate checksums in autocommit mode

    IlyaFaer committed Dec 3, 2020
    Copy the full SHA
    1f8e864 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autocommit_change' of https://github.com/q-logic/python…

    …-spanner into autocommit_change
    IlyaFaer committed Dec 3, 2020
    Copy the full SHA
    0841fef View commit details
    Browse the repository at this point in the history
  3. try using dummy WHERE clause

    IlyaFaer committed Dec 3, 2020
    Copy the full SHA
    fcc20ae View commit details
    Browse the repository at this point in the history
  4. revert where clause

    IlyaFaer committed Dec 3, 2020
    Copy the full SHA
    73f91ef View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. unveil error

    IlyaFaer committed Dec 4, 2020
    Copy the full SHA
    df9c35f View commit details
    Browse the repository at this point in the history
  2. fix where clauses

    IlyaFaer committed Dec 4, 2020
    Copy the full SHA
    5f04934 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. add print

    IlyaFaer committed Dec 7, 2020
    Copy the full SHA
    6a0ff47 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. don't log

    IlyaFaer committed Dec 8, 2020
    Copy the full SHA
    bb75c34 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

Commits on Dec 14, 2020

  1. print failed exceptions

    IlyaFaer committed Dec 14, 2020
    Copy the full SHA
    1527a0e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autocommit_change' of https://github.com/q-logic/python…

    …-spanner into autocommit_change
    IlyaFaer committed Dec 14, 2020
    Copy the full SHA
    6294e97 View commit details
    Browse the repository at this point in the history
  3. don't print

    IlyaFaer committed Dec 14, 2020
    Copy the full SHA
    dd4e74e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. separate insert statements

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    092c334 View commit details
    Browse the repository at this point in the history
  2. don't return

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    5d997fd View commit details
    Browse the repository at this point in the history
  3. re-run

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    9e07ec8 View commit details
    Browse the repository at this point in the history
  4. don't pyformat insert args

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    914930f View commit details
    Browse the repository at this point in the history
  5. args

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    824d3ff View commit details
    Browse the repository at this point in the history
  6. re-run

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    18e815f View commit details
    Browse the repository at this point in the history
  7. fix

    IlyaFaer committed Dec 15, 2020
    Copy the full SHA
    7ddd0b5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    96f5df1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Copy the full SHA
    705dd1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    51da009 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. fix error in transactions.tests.NonAutocommitTests.test_orm_query_wit…

    …hout_autocommit
    IlyaFaer committed Dec 21, 2020
    Copy the full SHA
    e40ccc6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autocommit_change' of https://github.com/q-logic/python…

    …-spanner into autocommit_change
    IlyaFaer committed Dec 21, 2020
    Copy the full SHA
    2b4d830 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. fix "already committed" error

    IlyaFaer committed Dec 22, 2020
    Copy the full SHA
    2124092 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d36becb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Copy the full SHA
    6a4e248 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autocommit_change' of https://github.com/q-logic/python…

    …-spanner into autocommit_change
    IlyaFaer committed Dec 23, 2020
    Copy the full SHA
    9406e68 View commit details
    Browse the repository at this point in the history
  3. fix

    IlyaFaer committed Dec 23, 2020
    Copy the full SHA
    dbd75ce View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. fix KeyError: 'type'

    IlyaFaer committed Dec 24, 2020
    Copy the full SHA
    f9306b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Copy the full SHA
    5fa4dff View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

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