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 Loading
base: 3.15.2
Choose a base ref
...
head repository: coleifer/peewee Loading
compare: 3.15.3
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 26, 2022

  1. Fix trove classifiers.

    coleifer committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    32b3e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b383c6f View commit details
    Browse the repository at this point in the history
  3. Fix pylint complaint, #2612

    coleifer committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    304e209 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    49a64bd View commit details
    Browse the repository at this point in the history
  2. Comment-out invalid as_rowcount() + RETURNING tests for sqlite.

    The `sqlite3_changes()` interface does not populate the changes until
    the statement containing the RETURNING has been consumed. The only
    reason these tests were passing in the first place is likely because
    they happened to be consumed in the first assertion, and then sat in the
    statement cache and were re-run in the second assertion that checked the
    rowcount.
    coleifer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7333539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e46169 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2620 from carlwgeorge/test_murmur_hash-big-endian

    Skip test_murmur_hash on big endian architectures
    coleifer committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    a09d82d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. 3.15.3

    coleifer committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    8d32cb0 View commit details
    Browse the repository at this point in the history
Loading