From: Mike Bayer Date: Thu, 21 Aug 2014 14:29:21 +0000 (-0400) Subject: - fix link X-Git-Tag: rel_1_0_0b1~205^2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=374173e89d4e21a75bfabd8a655d17c247b6f1fc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix link --- diff --git a/lib/sqlalchemy/sql/dml.py b/lib/sqlalchemy/sql/dml.py index 72dd92c990..06c50981da 100644 --- a/lib/sqlalchemy/sql/dml.py +++ b/lib/sqlalchemy/sql/dml.py @@ -508,7 +508,7 @@ class Insert(ValuesBase): correspond. .. versionchanged:: 1.0.0 an INSERT that uses FROM SELECT - implies that the :paramref:`.Insert.inline` flag is set to + implies that the :paramref:`.insert.inline` flag is set to True, indicating that the statement will not attempt to fetch the "last inserted primary key" or other defaults. The statement deals with an arbitrary number of rows, so the