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

Class AmbiguousColumnError

asyncpg/exceptions/__init__.py:755–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753
754
755class AmbiguousColumnError(SyntaxOrAccessError):
756 sqlstate = '42702'
757
758
759class AmbiguousFunctionError(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…