From: Mike Bayer Date: Mon, 27 Aug 2018 14:19:26 +0000 (-0400) Subject: Update expanding docs X-Git-Tag: rel_1_2_12~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93888212e4c2cab09c57982cb2b8b97e6f9c65a8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update expanding docs - no longer experimental - will support empty param sets in 1.3 Change-Id: I06c69cc44dfb2b5449ace8c14dc0e12f2af25c64 --- diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index 5f9fd2ebf5..1b6c574a01 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -1065,10 +1065,9 @@ class BindParameter(ColumnElement): an IN clause. .. note:: The "expanding" feature does not support "executemany"- - style parameter sets, nor does it support empty IN expressions. - - .. note:: The "expanding" feature should be considered as - **experimental** within the 1.2 series. + style parameter sets. In the 1.2 series it does not support + empty IN expressions, however it does support these in + version 1.3. .. versionadded:: 1.2