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: fastapi-users/fastapi-users-db-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: BPL-Development-Team/fastapi-users-db-sqlalchemy-asyncpg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 7, 2021

  1. Support for asyncpg

    bittermandel committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    23bc982 View commit details
    Browse the repository at this point in the history
  2. Readme clarification

    bittermandel committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b9429b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

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

Commits on Nov 18, 2021

  1. Update __init__.py

    bittermandel authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    60907d3 View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    bittermandel authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    f35f5d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Update for sqlalchemy 1.4

    I believe it removed the ability to treat the row like a dict. This seems to work per https://docs.sqlalchemy.org/en/14/core/connections.html#sqlalchemy.engine.Row._mapping
    moowiz committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e5b3185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401cbab View commit details
    Browse the repository at this point in the history
  3. One more fix

    moowiz committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    074826c View commit details
    Browse the repository at this point in the history
  4. Fix again?

    I'm not sure if this is valid still, but hopefully it is...
    moowiz committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    89108ff View commit details
    Browse the repository at this point in the history
  5. More sqlalchemy 2.0 fixes

    moowiz committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    6ccb394 View commit details
    Browse the repository at this point in the history
Loading