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

On conflict clause / upserts #816

Merged
merged 32 commits into from
May 3, 2023
Merged

On conflict clause / upserts #816

merged 32 commits into from
May 3, 2023

Commits on Apr 27, 2023

  1. initial commit

    dantownsend committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6533ee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix tests

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0ee5c89 View commit details
    Browse the repository at this point in the history
  2. version pin litestar

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c58dbbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccc1538 View commit details
    Browse the repository at this point in the history
  4. make suggested change

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    03287bc View commit details
    Browse the repository at this point in the history
  5. undo

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    87afd15 View commit details
    Browse the repository at this point in the history
  6. Update piccolo/query/mixins.py

    Co-authored-by: sinisaos <[email protected]>
    dantownsend and sinisaos authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    745630a View commit details
    Browse the repository at this point in the history
  7. Update piccolo/query/mixins.py

    Co-authored-by: sinisaos <[email protected]>
    dantownsend and sinisaos authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    d32b89b View commit details
    Browse the repository at this point in the history
  8. add one extra comma

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    85ee5a0 View commit details
    Browse the repository at this point in the history
  9. Merge branch '252-on-conflict-clause' of github.com:telerytech/piccol…

    …o into 252-on-conflict-clause
    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5623bc8 View commit details
    Browse the repository at this point in the history
  10. first attempt at docs

    dantownsend committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e171a1a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    96a2257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84cd6ec View commit details
    Browse the repository at this point in the history
  3. fix tests

    dantownsend committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    627528d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    aa3d0a0 View commit details
    Browse the repository at this point in the history
  2. add test for do nothing

    dantownsend committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    8c42dcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850481d View commit details
    Browse the repository at this point in the history
  4. remove old comment

    dantownsend committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a29d9f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6363990 View commit details
    Browse the repository at this point in the history
  6. target -> targets

    It accepts a list, so targets makes more sense.
    dantownsend committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a9c3e6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee32a1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae973ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78415d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    455200b View commit details
    Browse the repository at this point in the history
  11. fix typo in test name

    dantownsend committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d20afff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11de6f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba0e8e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0d2ce6d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    bbe4c6f View commit details
    Browse the repository at this point in the history
  2. integrate @sinisaos tests

    dantownsend committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2f3881a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    54c02da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4a99c View commit details
    Browse the repository at this point in the history