Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vapor/fluent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vapor/fluent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 5 files changed
  • 6 contributors

Commits on Mar 4, 2019

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

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    94f4190 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #616 from code28/fixEmptyGroupQuery

    Fix bug on filter for empty group
    tanner0101 authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3776a0f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

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

Commits on Apr 10, 2019

  1. fix ci

    tanner0101 committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6c4e5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3430a15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #621 from vapor/querybuilder-copy

    Add support for copying query builders.
    tanner0101 authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    b915c32 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Update Model+CRUD.swift

    Added 'withSoftDelete:true' to delete so that soft deleted rows can be removed.
    Jerry-Carter committed May 2, 2019
    Configuration menu
    Copy the full SHA
    d71e49f View commit details
    Browse the repository at this point in the history
  2. Update BenchmarkSoftDeletable.swift

    Added unit test for deleting a previously soft deleted row.
    Jerry-Carter committed May 2, 2019
    Configuration menu
    Copy the full SHA
    fe952d4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Update BenchmarkSoftDeletable.swift

    Added a test of the behavior of the updatedAt and deletedAt timestamps under soft delete.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    514cf3d View commit details
    Browse the repository at this point in the history
  2. Update Model+CRUD.swift

    Changed delete query based on value of 'force'.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    754ea91 View commit details
    Browse the repository at this point in the history
  3. Update BenchmarkSoftDeletable.swift

    Added second test to withSchema
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3851c11 View commit details
    Browse the repository at this point in the history
  4. Update BenchmarkSoftDeletable.swift

    Restructured to parallel BenchmarkTimestampable.swift.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    7a261a2 View commit details
    Browse the repository at this point in the history
  5. Update BenchmarkSoftDeletable.swift

    Local only
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d92d4cb View commit details
    Browse the repository at this point in the history
  6. Revert "Update BenchmarkSoftDeletable.swift"

    This reverts commit d92d4cb.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2c4340f View commit details
    Browse the repository at this point in the history
  7. Update BenchmarkSoftDeletable.swift

    Need to read the row after soft delete to fetch the deletedAt setting.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    78b9865 View commit details
    Browse the repository at this point in the history
  8. Update BenchmarkSoftDeletable.swift

    Oops.  Must have withSoftDeleted set to true.
    Jerry-Carter committed May 3, 2019
    Configuration menu
    Copy the full SHA
    8f8c84f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

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

Commits on Oct 7, 2019

  1. Merge pull request #628 from Jerry-Carter/Issue627

    Issue627: Delete of soft deleted rows fails
    tanner0101 authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    783819d View commit details
    Browse the repository at this point in the history
Loading