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: apache/casbin-python-async-sqlalchemy-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/casbin-python-async-sqlalchemy-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/handle-transactional-logic
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 19, 2026

  1. Initial plan

    Copilot committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    e1768c8 View commit details
    Browse the repository at this point in the history
  2. feat: add session and commit parameters to adapter write methods for …

    …atomic transaction support
    
    Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
    Copilot and hsluoyz committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    5a57bec View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. style: run black formatter to fix linting issues in adapter.py

    Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
    Copilot and hsluoyz committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c0060d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. feat: add transaction() context manager to enable enforcer-level sess…

    …ion control
    
    Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
    Copilot and hsluoyz committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    282ca5f View commit details
    Browse the repository at this point in the history
  2. docs: update README to document transaction() with enforcer.get_adapt…

    …er() pattern
    
    Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
    Copilot and hsluoyz committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    259963a View commit details
    Browse the repository at this point in the history
Loading