From 93888212e4c2cab09c57982cb2b8b97e6f9c65a8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 27 Aug 2018 10:19:26 -0400 Subject: [PATCH] Update expanding docs - no longer experimental - will support empty param sets in 1.3 Change-Id: I06c69cc44dfb2b5449ace8c14dc0e12f2af25c64 --- lib/sqlalchemy/sql/elements.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.47.2