diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-12-09 14:23:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-12-09 14:23:42 -0500 |
commit | f113e979219e20a22044c4b262e4531ba9993b8a (patch) | |
tree | f0c3f868f1e7ca64ffa5518208b81945b7a723f0 /lib/sqlalchemy/sql/base.py | |
parent | af50c8064d668ba33ef2399a288fd1594b1b5602 (diff) | |
download | sqlalchemy-f113e979219e20a22044c4b262e4531ba9993b8a.tar.gz |
implement correct errors for Row immutability
Corrected the error message for the ``AttributeError`` that's raised when
attempting to write to an attribute on the :class:`_result.Row` class,
which is immutable. The previous message claimed the column didn't exist
which is misleading.
Fixes: #7432
Change-Id: If0e2cbd3f763dca6c99a18aa42252c69f1207d59
Diffstat (limited to 'lib/sqlalchemy/sql/base.py')
0 files changed, 0 insertions, 0 deletions