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

Class ContainingSQLNotPermittedError

asyncpg/exceptions/__init__.py:553–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551
552
553class ContainingSQLNotPermittedError(ExternalRoutineError):
554 sqlstate = '38001'
555
556
557class ModifyingExternalRoutineSQLDataNotPermittedError(ExternalRoutineError):

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…