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

Class DuplicateAliasError

asyncpg/exceptions/__init__.py:747–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745
746
747class DuplicateAliasError(SyntaxOrAccessError):
748 sqlstate = '42712'
749
750
751class DuplicateObjectError(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…