This commit is contained in:
@@ -121,10 +121,6 @@ class StackedDiagnosticsAccessedWithoutActiveHandlerError(DiagnosticsError):
|
||||
sqlstate = '0Z002'
|
||||
|
||||
|
||||
class InvalidArgumentForXqueryError(_base.PostgresError):
|
||||
sqlstate = '10608'
|
||||
|
||||
|
||||
class CaseNotFoundError(_base.PostgresError):
|
||||
sqlstate = '20000'
|
||||
|
||||
@@ -489,10 +485,6 @@ class IdleInTransactionSessionTimeoutError(InvalidTransactionStateError):
|
||||
sqlstate = '25P03'
|
||||
|
||||
|
||||
class TransactionTimeoutError(InvalidTransactionStateError):
|
||||
sqlstate = '25P04'
|
||||
|
||||
|
||||
class InvalidSQLStatementNameError(_base.PostgresError):
|
||||
sqlstate = '26000'
|
||||
|
||||
@@ -908,10 +900,6 @@ class DuplicateFileError(PostgresSystemError):
|
||||
sqlstate = '58P02'
|
||||
|
||||
|
||||
class FileNameTooLongError(PostgresSystemError):
|
||||
sqlstate = '58P03'
|
||||
|
||||
|
||||
class SnapshotTooOldError(_base.PostgresError):
|
||||
sqlstate = '72000'
|
||||
|
||||
@@ -1107,9 +1095,9 @@ __all__ = (
|
||||
'FDWTableNotFoundError', 'FDWTooManyHandlesError',
|
||||
'FDWUnableToCreateExecutionError', 'FDWUnableToCreateReplyError',
|
||||
'FDWUnableToEstablishConnectionError', 'FeatureNotSupportedError',
|
||||
'FileNameTooLongError', 'ForeignKeyViolationError',
|
||||
'FunctionExecutedNoReturnStatementError', 'GeneratedAlwaysError',
|
||||
'GroupingError', 'HeldCursorRequiresSameIsolationLevelError',
|
||||
'ForeignKeyViolationError', 'FunctionExecutedNoReturnStatementError',
|
||||
'GeneratedAlwaysError', 'GroupingError',
|
||||
'HeldCursorRequiresSameIsolationLevelError',
|
||||
'IdleInTransactionSessionTimeoutError', 'IdleSessionTimeoutError',
|
||||
'ImplicitZeroBitPadding', 'InFailedSQLTransactionError',
|
||||
'InappropriateAccessModeForBranchTransactionError',
|
||||
@@ -1124,7 +1112,6 @@ __all__ = (
|
||||
'InvalidArgumentForPowerFunctionError',
|
||||
'InvalidArgumentForSQLJsonDatetimeFunctionError',
|
||||
'InvalidArgumentForWidthBucketFunctionError',
|
||||
'InvalidArgumentForXqueryError',
|
||||
'InvalidAuthorizationSpecificationError',
|
||||
'InvalidBinaryRepresentationError', 'InvalidCachedStatementError',
|
||||
'InvalidCatalogNameError', 'InvalidCharacterValueForCastError',
|
||||
@@ -1197,9 +1184,9 @@ __all__ = (
|
||||
'TooManyJsonObjectMembersError', 'TooManyRowsError',
|
||||
'TransactionIntegrityConstraintViolationError',
|
||||
'TransactionResolutionUnknownError', 'TransactionRollbackError',
|
||||
'TransactionTimeoutError', 'TriggerProtocolViolatedError',
|
||||
'TriggeredActionError', 'TriggeredDataChangeViolationError',
|
||||
'TrimError', 'UndefinedColumnError', 'UndefinedFileError',
|
||||
'TriggerProtocolViolatedError', 'TriggeredActionError',
|
||||
'TriggeredDataChangeViolationError', 'TrimError',
|
||||
'UndefinedColumnError', 'UndefinedFileError',
|
||||
'UndefinedFunctionError', 'UndefinedObjectError',
|
||||
'UndefinedParameterError', 'UndefinedTableError',
|
||||
'UniqueViolationError', 'UnsafeNewEnumValueUsageError',
|
||||
|
||||
Reference in New Issue
Block a user