]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where :meth:`_engine.Row`s could not be
authorFederico Caselli <cfederico87@gmail.com>
Sat, 4 Mar 2023 22:33:02 +0000 (23:33 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 4 Mar 2023 22:33:02 +0000 (23:33 +0100)
commit4dc2ce0fb15d72e508c72b0cb0e7fd622e6cc34f
tree3a6ab92c27cce72d1a7b3928a87df8a6491bf154
parent0465ea082c17b95fea2b6c6c9c1bcc7a34ea8f45
Fixed bug where :meth:`_engine.Row`s could not be
unpickled by other processes.

Fixes: #9423
Change-Id: Ie496e31158caff5f72e0a9069dddd55f3116e0b8
doc/build/changelog/unreleased_20/9423.rst [new file with mode: 0644]
lib/sqlalchemy/engine/cursor.py
test/sql/test_resultset.py