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

Class AmbiguousParameterError

asyncpg/exceptions/__init__.py:763–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761
762
763class AmbiguousParameterError(SyntaxOrAccessError):
764 sqlstate = '42P08'
765
766
767class AmbiguousAliasError(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…