mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Fixed lib/errorcodes.py.
This commit is contained in:
parent
43518d067e
commit
ca860424e6
|
@ -59,7 +59,7 @@ CLASS_OBJECT_NOT_IN_PREREQUISITE_STATE = '55'
|
|||
CLASS_OPERATOR_INTERVENTION = '57'
|
||||
CLASS_SYSTEM_ERROR = '58'
|
||||
CLASS_CONFIGURATION_FILE_ERROR = 'F0'
|
||||
CLASS_PL/PGSQL_ERROR = 'P0'
|
||||
CLASS_PL_PGSQL_ERROR = 'P0'
|
||||
CLASS_INTERNAL_ERROR = 'XX'
|
||||
|
||||
# Class 00 - Successful Completion
|
||||
|
|
Loading…
Reference in New Issue
Block a user