File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- version = " ~= 2.9.10 "
1+ version = " 2.9.11 "
22upstream_repository = " https://github.com/psycopg/psycopg2"
33partial_stub = false
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ CLASS_LOCATOR_EXCEPTION: Final[str]
1414CLASS_INVALID_GRANTOR : Final [str ]
1515CLASS_INVALID_ROLE_SPECIFICATION : Final [str ]
1616CLASS_DIAGNOSTICS_EXCEPTION : Final [str ]
17+ CLASS_XQUERY_ERROR : Final [str ]
1718CLASS_CASE_NOT_FOUND : Final [str ]
1819CLASS_CARDINALITY_VIOLATION : Final [str ]
1920CLASS_DATA_EXCEPTION : Final [str ]
@@ -74,6 +75,7 @@ INVALID_GRANT_OPERATION: Final[str]
7475INVALID_ROLE_SPECIFICATION : Final [str ]
7576DIAGNOSTICS_EXCEPTION : Final [str ]
7677STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER : Final [str ]
78+ INVALID_ARGUMENT_FOR_XQUERY : Final [str ]
7779CASE_NOT_FOUND : Final [str ]
7880CARDINALITY_VIOLATION : Final [str ]
7981DATA_EXCEPTION : Final [str ]
@@ -266,6 +268,7 @@ SYSTEM_ERROR: Final[str]
266268IO_ERROR : Final [str ]
267269UNDEFINED_FILE : Final [str ]
268270DUPLICATE_FILE : Final [str ]
271+ FILE_NAME_TOO_LONG : Final [str ]
269272SNAPSHOT_TOO_OLD : Final [str ]
270273CONFIG_FILE_ERROR : Final [str ]
271274LOCK_FILE_EXISTS : Final [str ]
You can’t perform that action at this time.
0 commit comments