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

Postgres Option to Return Primary Keys #32

Merged
merged 17 commits into from
Jun 27, 2018

Commits on Mar 9, 2018

  1. return ids in BulkInsert::Worker

    Peter Loomis committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    ff7bfca View commit details
    Browse the repository at this point in the history
  2. integration tests

    Peter Loomis committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    4976741 View commit details
    Browse the repository at this point in the history
  3. undo change to what is returned when empty block

    Peter Loomis committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    fef402c View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. fix liskov violation

    Peter Loomis committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    8f48764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334174d View commit details
    Browse the repository at this point in the history
  3. store result_sets, not results

    Peter Loomis committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    ad6f4e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. fix type in spec

    Peter Loomis committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    6eae2c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. make return of primary keys opt-in

    Peter Loomis committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    7c0a06c View commit details
    Browse the repository at this point in the history
  2. make return of primary keys opt-in

    Peter Loomis committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    c4bfb35 View commit details
    Browse the repository at this point in the history
  3. use exec_query instead of execute

    Peter Loomis committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    ec27cac View commit details
    Browse the repository at this point in the history
  4. remove redundant self

    Peter Loomis committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    b355108 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Merge pull request #1 from procore/make_query_return_ids

    Modify worker query to return ids of inserted records
    Peter Loomis authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    7322020 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. documentation for return_primary_keys option

    Peter Loomis committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    09e3368 View commit details
    Browse the repository at this point in the history
  2. documentation fix

    Peter Loomis committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    5f6e4b4 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    Peter Loomis committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    4dba698 View commit details
    Browse the repository at this point in the history
  4. undo changes to gemfile

    Peter Loomis committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    57a4e14 View commit details
    Browse the repository at this point in the history
  5. undo Time.now change

    Peter Loomis committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    d242e4a View commit details
    Browse the repository at this point in the history