Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ A
Class
A
test/orm/dml/test_bulk_statements.py:2551–2556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2549
Base = cls.DeclarativeBasic
2550
2551
class
A(Base):
2552
__tablename__ =
"a"
2553
id: Mapped[int] = mapped_column(
2554
Integer, Identity(), primary_key=True
2555
)
2556
cs = relationship(
"C"
)
2557
2558
class
B(Base):
2559
__tablename__ =
"b"
Callers
13
test_no_returning_error
Method · 0.70
test_alt_bindparam_names
Method · 0.70
test_bulk_update_no_pk
Method · 0.70
test_bulk_update_returning_star
Method · 0.70
test_bulk_update_returning_bundle
Method · 0.70
test_bulk_update_w_where_one
Method · 0.70
test_autoflush
Method · 0.70
test_heterogeneous_keys
Method · 0.70
test_single_values_returning_fn
Method · 0.70
test_bulk_w_sql_expressions
Method · 0.70
test_single_returning_fn
Method · 0.70
test_base_class_upsert
Method · 0.70
Calls
3
mapped_column
Function · 0.90
Identity
Class · 0.90
relationship
Function · 0.90
Tested by
13
test_no_returning_error
Method · 0.56
test_alt_bindparam_names
Method · 0.56
test_bulk_update_no_pk
Method · 0.56
test_bulk_update_returning_star
Method · 0.56
test_bulk_update_returning_bundle
Method · 0.56
test_bulk_update_w_where_one
Method · 0.56
test_autoflush
Method · 0.56
test_heterogeneous_keys
Method · 0.56
test_single_values_returning_fn
Method · 0.56
test_bulk_w_sql_expressions
Method · 0.56
test_single_returning_fn
Method · 0.56
test_base_class_upsert
Method · 0.56