| 551 | |
| 552 | |
| 553 | class ContainingSQLNotPermittedError(ExternalRoutineError): |
| 554 | sqlstate = '38001' |
| 555 | |
| 556 | |
| 557 | class ModifyingExternalRoutineSQLDataNotPermittedError(ExternalRoutineError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…