Enumsยง
- Adapter
Error - Errors that can occur in the coordinator.
- Authentication
Error
Functionsยง
- eval_
error_ ๐code - Maps an
EvalErrorto the appropriate SQLSTATE. - parse_
error_ ๐code - Maps a parse/cast
ParseErrorto the appropriateDATA_EXCEPTION(class 22) SQLSTATE. Out-of-range values map to overflow codes and malformed input maps to invalid-representation codes, in both cases distinguishing datetime types from everything else, matching PostgreSQL.