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: coleifer/peewee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.14.9
Choose a base ref
...
head repository: coleifer/peewee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.14.10
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 19, 2022

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

Commits on Feb 21, 2022

  1. count queries should only look at peewee namespace.

    Fixes/replaces #2529
    coleifer committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2740937 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ae5d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Update changelog

    coleifer committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    48a3097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed3f7e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge pull request #2532 from mkmoisen/master

    Add better support for left_outer_join convenience function
    coleifer authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    528e014 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Add project URLs

    coleifer committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e384f32 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    838030e View commit details
    Browse the repository at this point in the history
  2. Add property name to Alias.

    Fixes #2546
    coleifer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9e0e868 View commit details
    Browse the repository at this point in the history
  3. Fix regression introduced by dataset view test.

    Fixes #2549
    
    This issue didn't show up in CI because of test ordering, but when the
    dataset test was introduced first (before regressions/db_tests), the
    issue appeared as I wasn't properly cleaning up the notes_public view in
    the dataset test.
    coleifer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7193072 View commit details
    Browse the repository at this point in the history
  4. 3.14.10

    coleifer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    68960f3 View commit details
    Browse the repository at this point in the history
Loading