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: graphql-python/graphene-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0b4
Choose a base ref
...
head repository: graphql-python/graphene-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0rc1
Choose a head ref
  • 9 commits
  • 34 files changed
  • 7 contributors

Commits on Feb 27, 2023

  1. docs: update PyPI page (#384)

    sabard committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    2ca659a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882205d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. feat: SQLAlchemy 2.0 support (#368)

    This PR updates the dataloader and unit tests to be compatible with sqlalchemy 2.0
    erikwrede committed May 14, 2023
    Configuration menu
    Copy the full SHA
    d0668cc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. docs: Add database session to the example (#249)

    * Add database session to the example
    
    Coming from https://docs.graphene-python.org/projects/sqlalchemy/en/latest/tutorial/ as a python noob I failed to run their example but could fix this example by adding the database session.
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Erik Wrede <[email protected]>
    clemens-tolboom and erikwrede committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f5f05d1 View commit details
    Browse the repository at this point in the history
  2. feat: association_proxy support (#267)

    * association_proxy support
    
    * better support for assoc proxy lists (rather than one-to-one)
    
    * scope down
    
    * add support for sqlalchemy 1.1
    
    * fix pytest due to master merge
    
    * fix: throw error when association proxy could not be converted
    
    * fix: adjust association proxy to new relationship handling
    
    ---------
    Co-authored-by: Erik Wrede <[email protected]>
    dpep committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1436807 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore: recreate loader if old loader is on different loop (#395)

    * Recreate loader if old loader is on incorrect loop
    
    * Lint
    
    ---------
    
    Co-authored-by: Cadu <[email protected]>
    zeptonaut and flipbit03 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b94230e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. feat: add filters (#357)

    Co-authored-by: Paul Schweizer <[email protected]>
    Co-authored-by: Erik Wrede <[email protected]>
    3 people committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c927ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae4f87c View commit details
    Browse the repository at this point in the history
  3. release: 3.0rc1

    erikwrede committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9c2bc84 View commit details
    Browse the repository at this point in the history
Loading