-
Notifications
You must be signed in to change notification settings - Fork 227
Comparing changes
Open a pull request
base repository: graphql-python/graphene-sqlalchemy
base: v3.0.0b4
head repository: graphql-python/graphene-sqlalchemy
compare: v3.0.0rc1
- 9 commits
- 34 files changed
- 7 contributors
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ca659a - Browse repository at this point
Copy the full SHA 2ca659aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 882205d - Browse repository at this point
Copy the full SHA 882205dView commit details
Commits on May 14, 2023
-
feat: SQLAlchemy 2.0 support (#368)
This PR updates the dataloader and unit tests to be compatible with sqlalchemy 2.0
Configuration menu - View commit details
-
Copy full SHA for d0668cc - Browse repository at this point
Copy the full SHA d0668ccView commit details
Commits on Oct 6, 2023
-
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 <erikwrede@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5f05d1 - Browse repository at this point
Copy the full SHA f5f05d1View commit details -
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 <erikwrede@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1436807 - Browse repository at this point
Copy the full SHA 1436807View commit details
Commits on Oct 9, 2023
-
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 <cadu.coelho@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b94230e - Browse repository at this point D6BC ul>
Copy the full SHA b94230eView commit details
Commits on Dec 4, 2023
-
Co-authored-by: Paul Schweizer <paulschweizer@gmx.net> Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c927ada - Browse repository at this point
Copy the full SHA c927adaView commit details -
fix: keep converting tuples to strings for composite primary keys in …
…relay ID field (#399)
Configuration menu - View commit details
-
Copy full SHA for ae4f87c - Browse repository at this point
Copy the full SHA ae4f87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2bc84 - Browse repository at this point
Copy the full SHA 9c2bc84View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0b4...v3.0.0rc1