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(postgres, sqlite): support where clause in 'on conflict do update set ... WHERE <condition>' #17144

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 4, 2024

  1. feat(postgres, sqlite): support where clause in 'on conflict do updat…

    …e set ... WHERE <condition>'
    DjellalAbdou committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    32fe9a7 View commit details
    Browse the repository at this point in the history
  2. fix tests

    DjellalAbdou committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    db7d36a View commit details
    Browse the repository at this point in the history
  3. fix typing

    DjellalAbdou committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f5546b4 View commit details
    Browse the repository at this point in the history
  4. fix linting

    DjellalAbdou committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7b3ffb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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