Files
sqlalchemy/test
Federico Caselli 61443aa62b Implement ScalarValue
Added :class:`_expression.ScalarValues` that can be used as a column
element allowing using :class:`_expression.Values` inside IN clauses
or in conjunction with ``ANY`` or ``ALL`` collection aggregates.
This new class is generated using the method
:meth:`_expression.Values.scalar_values`.
The :class:`_expression.Values` instance is now coerced to a
:class:`_expression.ScalarValues` when used in a ``IN`` or ``NOT IN``
operation.

Fixes: #6289
Change-Id: Iac22487ccb01553684b908e54d01c0687fa739f1
2022-11-26 18:49:06 -05:00
..
2022-11-16 23:03:04 +01:00
2022-11-16 23:03:04 +01:00
2022-11-26 17:24:04 -05:00
2022-11-16 23:03:04 +01:00
2022-11-26 18:49:06 -05:00
2022-03-04 16:28:31 -05:00