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

Support explicitly naming constraints #100

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

Commits on Dec 13, 2019

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

Commits on Dec 14, 2019

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

Commits on Jan 25, 2020

  1. Merge Upstream

    andrewclink committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    176173d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Add failing tests

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    d308cf6 View commit details
    Browse the repository at this point in the history
  2. Add failing tests

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9eef0ae View commit details
    Browse the repository at this point in the history
  3. upstream

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    aba30d7 View commit details
    Browse the repository at this point in the history
  4. Add key exclude option

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f0e9f46 View commit details
    Browse the repository at this point in the history
  5. Remove logging

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f8b74fe View commit details
    Browse the repository at this point in the history
  6. Add index back for test

    andrewclink committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    91f3069 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ad42ab View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

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

Commits on Jun 29, 2020

  1. Support exclusion

    andrewclink committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fe1532d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

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

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    c94ee36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24bfe76 View commit details
    Browse the repository at this point in the history
  3. Add upsert_keys and upsert_options as opts

    This allows setting of `upsert_keys` and `upsert_options` directly when
    calling `#upsert` or `.upsert`. This will overwrite the default
    `upsert_keys` and `upsert_options` set in the model.
    hahuang65 authored and andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    63cf21e View commit details
    Browse the repository at this point in the history
  4. Add failing tests

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    da95cd5 View commit details
    Browse the repository at this point in the history
  5. Add failing tests

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    efda5a9 View commit details
    Browse the repository at this point in the history
  6. Add key exclude option

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    e72575b View commit details
    Browse the repository at this point in the history
  7. Remove logging

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    741ac52 View commit details
    Browse the repository at this point in the history
  8. Add index back for test

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a85c7ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3805ac0 View commit details
    Browse the repository at this point in the history
  10. Support exclusion

    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    30e0705 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6a746e View commit details
    Browse the repository at this point in the history
  12. Merge branch 'on_constraint' of github.com:andrewclink/active_record_…

    …upsert into on_constraint
    andrewclink committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    043d576 View commit details
    Browse the repository at this point in the history