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

Route full_returning

lib/sqlalchemy/engine/default.py:None–None  ·  view source on GitHub ↗
util.deprecated(
        "2.0",
        "full_returning is deprecated, please use insert_returning, "
        "update_returning, delete_returning",
    )

Source from the content-addressed store, hash-verified

1# engine/default.py
2# Copyright (C) 2005-2026 the SQLAlchemy authors and contributors
3# <see AUTHORS file>
4#

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected