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.17.4
Choose a base ref
...
head repository: coleifer/peewee Loading
compare: master
Choose a head ref
  • 18 commits
  • 19 files changed
  • 1 contributor

Commits on May 10, 2024

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

    coleifer committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c5aa497 View commit details
    Browse the repository at this point in the history
  3. Update changelog notes.

    [skip ci]
    coleifer committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c7c6201 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add test-case for sort models behavior, refs #2893

    This is working well, need to adapt the code for the delete instance
    code.
    coleifer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b7e40dd View commit details
    Browse the repository at this point in the history
  2. Ensure proper order when doing recursive delete_instance().

    This could break if models had multiple FKs at different levels. Code is
    also somewhat simplified.
    
    Fixes #2893
    coleifer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f84fb24 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c6f4c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8182d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f18e3a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Doc for SubclassAwareMetadata.

    [skip ci]
    coleifer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f6eb4c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    415384d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c4b788 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    09a1f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ba1cc View commit details
    Browse the repository at this point in the history
  3. Update pool as well.

    coleifer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2b2e876 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. 3.17.6

    coleifer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    0b16576 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Aug 8, 2024

  1. Reverts 09a1f78 and instead ensures double quotes are escaped.

    Double quotes should be used for identifiers - it's a quirk that Sqlite
    accepts them for strings as well, but in the event we encounter them we
    should escape them to try to keep valid Python.
    
    Refs #2909
    coleifer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6d59dd6 View commit details
    Browse the repository at this point in the history
Loading