]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix large_resultsets performance example field name
authorMatt Schuchhardt <matt.schuchhardt@gmail.com>
Wed, 6 Mar 2019 15:28:48 +0000 (10:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Mar 2019 15:34:17 +0000 (10:34 -0500)
commit203de6946ef09b9fed2875491d2ac087a6dbfec6
tree236f66bb0ce8f03c8320647d34c786fdd6cdb2d9
parentcb968b6dcd4dd8ce805827202ca55a7ce10fc871
Fix large_resultsets performance example field name

Fixed bug in large_resultsets example case where a re-named "id" variable
due to code reformatting caused the test to fail.  Pull request courtesy
Matt Schuchhardt.

Fixes: #4528
Closes: #4529
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4529
Pull-request-sha: 8f52f10422114c397254db9e6f940d042708e0bd

Change-Id: Iaca6fd06ec0ede8ff1745d627708ba492a2114c8
doc/build/changelog/unreleased_12/4528.rst [new file with mode: 0644]
examples/performance/large_resultsets.py