diff options
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
| -rw-r--r-- | lib/sqlalchemy/sql/elements.py | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index d79ba05af..dd16b6862 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -1064,6 +1064,12 @@ class BindParameter(ColumnElement):            This is to allow statement caching to be used in conjunction with            an IN clause. +          .. seealso:: + +            :meth:`.ColumnOperators.in_` + +            :ref:`baked_in` - with baked queries +            .. note:: The "expanding" feature does not support "executemany"-               style parameter sets.  | 
