MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / AmbiguousAliasError

Class AmbiguousAliasError

asyncpg/exceptions/__init__.py:767–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765
766
767class AmbiguousAliasError(SyntaxOrAccessError):
768 sqlstate = '42P09'
769
770
771class InvalidColumnReferenceError(SyntaxOrAccessError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…