]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
heads up that execute(query).first() can't apply LIMIT 1
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Aug 2021 14:28:16 +0000 (10:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Aug 2021 15:27:47 +0000 (11:27 -0400)
commit680baea6b83c497e862f3f0ade28e11940cfd895
treec38f17898e5fa30f19bf4881f21b934cbd6bb316
parent5c4a74fc13ca28983706a76ab02ffe09d89d1dbf
heads up that execute(query).first() can't apply LIMIT 1

Fixes: #6914
Change-Id: I5de9843dd3723c017b94b705fc009b883737ede1
doc/build/changelog/migration_20.rst
lib/sqlalchemy/engine/result.py