diff options
Diffstat (limited to 'lib/sqlalchemy/sql')
| -rw-r--r-- | lib/sqlalchemy/sql/elements.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index 5f9fd2ebf..d79ba05af 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -1065,13 +1065,14 @@ 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. .. versionadded:: 1.2 + .. versionchanged:: 1.3 the "expanding" bound parameter feature now + supports empty lists. + + .. seealso:: :ref:`coretutorial_bind_param` |
