| 681 | |
| 682 | |
| 683 | class CollationMismatchError(SyntaxOrAccessError): |
| 684 | sqlstate = '42P21' |
| 685 | |
| 686 | |
| 687 | class IndeterminateCollationError(SyntaxOrAccessError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…