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: h0rn3t/fastapi-async-sqlalchemy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0.dev4
Choose a base ref
...
head repository: h0rn3t/fastapi-async-sqlalchemy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0.dev5
Choose a head ref
  • 15 commits
  • 14 files changed
  • 2 contributors

Commits on Aug 21, 2025

  1. use SQLModel's AsyncSession when available, fallback to SQLAlchemy's …

    …AsyncSession
    Eugene Shershen committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    8cba939 View commit details
    Browse the repository at this point in the history
  2. use SQLModel's AsyncSession when available, fallback to SQLAlchemy's …

    …AsyncSession
    Eugene Shershen committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    bf01e4b View commit details
    Browse the repository at this point in the history
  3. use SQLModel's AsyncSession when available, fallback to SQLAlchemy's …

    …AsyncSession
    Eugene Shershen committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    c455d0d View commit details
    Browse the repository at this point in the history
  4. use SQLModel's AsyncSession when available, fallback to SQLAlchemy's …

    …AsyncSession
    Eugene Shershen committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    2fed1bb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    433ba0b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    6421eb4 View commit details
    Browse the repository at this point in the history
  2. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    cacdca5 View commit details
    Browse the repository at this point in the history
  3. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    ed757cc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    212f831 View commit details
    Browse the repository at this point in the history
  2. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    8843864 View commit details
    Browse the repository at this point in the history
  3. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    2373851 View commit details
    Browse the repository at this point in the history
  4. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    cca5709 View commit details
    Browse the repository at this point in the history
  5. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    1b3171f View commit details
    Browse the repository at this point in the history
  6. update workflows and pre-commit to use Python 3.12

    Eugene Shershen committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    579f607 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #28 from /issues/27

    use SQLModel's AsyncSession when available, fallback to SQLAlchemy's
    h0rn3t authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    b46b8f3 View commit details
    Browse the repository at this point in the history
Loading