From: Pablo Marti Date: Mon, 10 Jul 2017 10:58:11 +0000 (+0100) Subject: Fix typo in migration_12 X-Git-Tag: rel_1_2_0b1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2456662e5e2d1d64585a7ffb9c8c9aab2b79f2fc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in migration_12 --- diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 0e1b14d2a0..14e61a04e3 100644 --- a/doc/build/changelog/migration_12.rst +++ b/doc/build/changelog/migration_12.rst @@ -144,7 +144,7 @@ The above SELECT statement includes these advantages: **not** MySQL drivers or SQL Server ODBC drivers). Neither joined eager loading nor subquery eager loading are compatible with :meth:`.Query.yield_per`. -The disadvanages of selectin eager loading are potentially large SQL +The disadvantages of selectin eager loading are potentially large SQL queries, with large lists of IN parameters. The list of IN parameters themselves are chunked in groups of 500, so a result set of more than 500 lead objects will have more additional "SELECT IN" queries following. Also, support