]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add caveat re: with_expression and already-loaded object
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Sep 2020 18:47:03 +0000 (14:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Sep 2020 18:56:49 +0000 (14:56 -0400)
commitb050169600019ef249a8b315e7435c752623c900
tree32a8be7337a59bb99e0ec7d639cefec36eea14ca
parent7439697ca3c8b07af79de6a146a15c34fc85d9d6
Add caveat re: with_expression and already-loaded object

Adds a test for the populate_existing() behavior as well.

Fixes: #5553
Change-Id: Ib0db6227c3fec7d0065f2a7caa36b3fd94ef14fd
doc/build/orm/mapped_sql_expr.rst
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_deferred.py