Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_database (0.24 sec)

  1. docs/en/docs/release-notes.md

    Dependencies with `yield` can now catch `HTTPException` and custom exceptions. For example:
    
    ```Python
    async def get_database():
        with Session() as session:
            try:
                yield session
            except HTTPException:
                session.rollback()
                raise
            finally:
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top