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.3.2
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.3.3
Choose a head ref
  • 9 commits
  • 20 files changed
  • 2 contributors

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    a626dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    967eb51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2228c1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    a92e7b2 View commit details
    Browse the repository at this point in the history
  2. Add .execute() in examples with insert_many

    If the code is executed without .execute(), the data will never be inserted.
    rennerocha authored May 2, 2018
    Configuration menu
    Copy the full SHA
    4801ce9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #1595 from rennerocha/patch-1

    Add .execute() in examples with insert_many
    coleifer authored May 3, 2018
    Configuration menu
    Copy the full SHA
    862523b View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary subquery when processing model dependencies.

    Fixes regression of #515 and further improves SQL generation.
    coleifer committed May 3, 2018
    Configuration menu
    Copy the full SHA
    ca4c1cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b9e14a View commit details
    Browse the repository at this point in the history
  4. 3.3.3

    coleifer committed May 3, 2018
    Configuration menu
    Copy the full SHA
    dcefa83 View commit details
    Browse the repository at this point in the history
Loading