/opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/sqlalchemy/orm/__pycache__/exc.cpython-311.pyc (10156B)
§
•5ðS:Žì”ã ó — d Z ddlmZ ddlmZ eefZ G d„ dej ¦ « Z e Z
G d„ dej ¦ « Z G d„ d ej ¦ « Z
G d
„ dej ¦ « Z G d„ d
ej ¦ « Z G d„ de
¦ « Z G d„ de
¦ « Z G d„ dej ¦ « Z G d„ dej ¦ « Z G d„ dej ¦ « Z G d„ dej ¦ « Z G d„ dej ¦ « Zd„ Z ej d¦ « d„ ¦ « ZdS ) zSQLAlchemy ORM exceptions.é )Úexc)Úutilc ó — e Zd ZdZdS )ÚStaleDataErroraa An operation encountered database state that is unaccounted for.
Conditions which cause this to happen include:
* A flush may have attempted to update or delete rows
and an unexpected number of rows were matched during
the UPDATE or DELETE statement. Note that when
version_id_col is used, rows in UPDATE or DELETE statements
are also matched against the current known version
identifier.
* A mapped object with version_id_col was refreshed,
and the version number coming back from the database does
not match that of the object itself.
* A object is detached from its parent object, however
the object was previously attached to a different parent
identity which was garbage collected, and a decision
cannot be made if the new parent was really the most
recent "parent".
N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó úf/builddir/build/BUILD/cloudlinux-venv-1.0.12/venv/lib64/python3.11/site-packages/sqlalchemy/orm/exc.pyr r s € € € € € ðð ð ð r
r c ó — e Zd ZdZdS )Ú
FlushErrorz0A invalid condition was detected during flush().Nr r r
r r r - s € € € € € Ø:Ð:Ð:Ð:r
r c ó — e Zd ZdZdS )Ú
UnmappedErrorz?Base for exceptions that involve expected mappings not present.Nr r r
r r r 1 s € € € € € ØIÐIÐIÐIr
r c ó — e Zd ZdZdS )ÚObjectDereferencedErrorzPAn operation cannot complete due to an object being garbage
collected.
Nr r r
r r r 5 s € € € € € ðð ð ð r
r c ó — e Zd ZdZdZdS )ÚDetachedInstanceErrorzSAn attempt to access unloaded attributes on a
mapped instance that is detached.Úbhk3N)r r r
r Úcoder r
r r r <