diff options
| author | Matt Schuchhardt <matt.schuchhardt@gmail.com> | 2019-03-06 10:28:48 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-03-06 10:34:17 -0500 |
| commit | 203de6946ef09b9fed2875491d2ac087a6dbfec6 (patch) | |
| tree | 236f66bb0ce8f03c8320647d34c786fdd6cdb2d9 /doc | |
| parent | cb968b6dcd4dd8ce805827202ca55a7ce10fc871 (diff) | |
| download | sqlalchemy-203de6946ef09b9fed2875491d2ac087a6dbfec6.tar.gz | |
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4528.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4528.rst b/doc/build/changelog/unreleased_12/4528.rst new file mode 100644 index 000000000..c117d0d5c --- /dev/null +++ b/doc/build/changelog/unreleased_12/4528.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, examples + :tickets: 4528 + + 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. |
