MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / reflects_pk_names

Method reflects_pk_names

test/requirements.py:1203–1208  ·  view source on GitHub ↗

Target driver reflects the name of primary key constraints.

(self)

Source from the content-addressed store, hash-verified

1201
1202 @property
1203 def reflects_pk_names(self):
1204 """Target driver reflects the name of primary key constraints."""
1205
1206 return fails_on_everything_except(
1207 "postgresql", "oracle", "mssql", "sqlite"
1208 )
1209
1210 @property
1211 def nested_aggregates(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected