You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose structured error fields as exception attributes
Exception instances can now have the following attributes:
* severity
* sqlstate
* message
* detail
* hint
* position
* query
* internal_position
* internal_query
* context
* schema_name
* table_name
* column_name
* data_type_name
* constraint_name
* server_source_filename
* server_source_line
* server_source_function
Refer to [1] for the meaning of these fields.
[1] https://www.postgresql.org/docs/current/static/protocol-error-fields.html
0 commit comments