diff options
author | Pablo Marti <pablo@albanta.eu> | 2017-07-10 11:58:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-10 11:58:11 +0100 |
commit | 2456662e5e2d1d64585a7ffb9c8c9aab2b79f2fc (patch) | |
tree | 818f34316ce92422589b92dcde8c073e8790a143 | |
parent | e478a8c00d053d6532deec0f1a59128d836f3090 (diff) | |
download | sqlalchemy-2456662e5e2d1d64585a7ffb9c8c9aab2b79f2fc.tar.gz |
Fix typo in migration_12
-rw-r--r-- | doc/build/changelog/migration_12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 0e1b14d2a..14e61a04e 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 |