From: Nils Philippsen Date: Sat, 27 Jul 2019 21:13:03 +0000 (+0200) Subject: Fix typo X-Git-Tag: rel_1_4_0b1~774^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867b119061759d283b9695bbf2f3e960979a96f8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo --- diff --git a/doc/build/changelog/changelog_13.rst b/doc/build/changelog/changelog_13.rst index 1e225c8915..f820020bca 100644 --- a/doc/build/changelog/changelog_13.rst +++ b/doc/build/changelog/changelog_13.rst @@ -42,7 +42,7 @@ :tags: performance, orm :tickets: 4775 - The optimzation applied to selectin loading in :ticket:`4340` where a JOIN + The optimization applied to selectin loading in :ticket:`4340` where a JOIN is not needed to eagerly load related items is now applied to many-to-one relationships as well, so that only the related table is queried for a simple join condition. In this case, the related items are queried