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.15.3
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.15.4
Choose a head ref
  • 14 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 22, 2022

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

Commits on Sep 27, 2022

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

Commits on Oct 6, 2022

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

Commits on Oct 10, 2022

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

Commits on Oct 12, 2022

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

Commits on Oct 19, 2022

  1. Use JOIN in addition to WHERE/IN with prefetch()

    MySQL is limited in that LIMIT cannot be used with IN/ALL/ANY/SOME
    subqueries. As prefetch used IN it cannot be combined with paginate.
    This commit changes the subquery to use INNER JOIN intead.
    
    Fixes #2361 / Replaces #2362
    hogklint authored and coleifer committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    af3f34f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c915543 View commit details
    Browse the repository at this point in the history
  3. Add select_prefetch_join() to bench.

    [skip ci]
    coleifer committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    a769b8e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 26, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 10, 2022

  1. pypa eabod

    coleifer committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d234878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5510031 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. 3.15.4

    coleifer committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5d8ac6b View commit details
    Browse the repository at this point in the history
Loading