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: use DML batches in executemany() method #412

Merged
merged 25 commits into from Aug 9, 2021

Commits on Jul 14, 2021

  1. feat: use mutations for executemany() inserts

    IlyaFaer committed Jul 14, 2021
    Copy the full SHA
    168dfb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. add unit test and fix parsing

    IlyaFaer committed Jul 15, 2021
    Copy the full SHA
    35bce43 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. add use_mutations flag into Connection class

    IlyaFaer committed Jul 16, 2021
    Copy the full SHA
    2540ff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. use three-values flag for use_mutations

    IlyaFaer committed Jul 19, 2021
    Copy the full SHA
    0f8a8ff View commit details
    Browse the repository at this point in the history
  2. update docstrings

    IlyaFaer committed Jul 19, 2021
    Copy the full SHA
    1aa1359 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. use batch DMLs for executemany() method

    IlyaFaer committed Jul 20, 2021
    Copy the full SHA
    dcc1a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. prepare args before inserting into SQL statement

    IlyaFaer committed Jul 21, 2021
    Copy the full SHA
    60d2d1a View commit details
    Browse the repository at this point in the history
  2. erase mutation mentions

    IlyaFaer committed Jul 21, 2021
    Copy the full SHA
    b919443 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. next step

    IlyaFaer committed Jul 22, 2021
    Copy the full SHA
    e70ace8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Merge branch 'master' into mutations_support

    IlyaFaer committed Jul 23, 2021
    Copy the full SHA
    c75bbbf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. next step

    IlyaFaer committed Jul 26, 2021
    Copy the full SHA
    62c1b2b View commit details
    Browse the repository at this point in the history
  2. next step

    IlyaFaer committed Jul 26, 2021
    Copy the full SHA
    62b937d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. fixes

    IlyaFaer committed Jul 27, 2021
    Copy the full SHA
    d34ae20 View commit details
    Browse the repository at this point in the history
  2. add unit tests for UPDATE and DELETE statements

    IlyaFaer committed Jul 27, 2021
    Copy the full SHA
    cdc2faf View commit details
    Browse the repository at this point in the history
  3. don't propagate errors to users on retry

    IlyaFaer committed Jul 27, 2021
    Copy the full SHA
    a0f60d2 View commit details
    Browse the repository at this point in the history
  4. lint fixes

    IlyaFaer committed Jul 27, 2021
    Copy the full SHA
    aec86e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. use run_in_transaction

    IlyaFaer committed Jul 28, 2021
    Copy the full SHA
    924430a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. refactor the tests code

    IlyaFaer committed Jul 29, 2021
    Copy the full SHA
    d66d401 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mutations_support

    IlyaFaer committed Jul 29, 2021
    Copy the full SHA
    3e623e4 View commit details
    Browse the repository at this point in the history
  3. fix merge conflict

    IlyaFaer committed Jul 29, 2021
    Copy the full SHA
    404e521 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. fix the unit test

    IlyaFaer committed Jul 30, 2021
    Copy the full SHA
    916ec7a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. revert some changes

    IlyaFaer committed Aug 4, 2021
    Copy the full SHA
    6125727 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. use executemany for test data insert

    IlyaFaer committed Aug 9, 2021
    Copy the full SHA
    b22be98 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into mutations_support

    IlyaFaer committed Aug 9, 2021
    Copy the full SHA
    ac1d8b9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8431011 View commit details
    Browse the repository at this point in the history