MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_update_computed

Route test_update_computed

test/orm/test_defaults.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (
            "eagerload",
            True,
            testing.requires.computed_columns_on_update_returning,
        ),
        (
            "noneagerload",
         

Source from the content-addressed store, hash-verified

1import sqlalchemy as sa
2from sqlalchemy import Computed
3from sqlalchemy import event
4from sqlalchemy import Identity

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected