Files
sqlalchemy/test/sql
Mike Bayer f9fccdeeb6 raise for same param name in expanding + non expanding
An informative error is raised if two individual :class:`.BindParameter`
objects share the same name, yet one is used within an "expanding" context
(typically an IN expression) and the other is not; mixing the same name in
these two different styles of usage is not supported and typically the
``expanding=True`` parameter should be set on the parameters that are to
receive list values outside of IN expressions (where ``expanding`` is set
by default).

Fixes: #8018
Change-Id: Ie707f29680eea16b9e421af93560ac1958e11a54
2022-05-15 17:26:09 -04:00
..
2022-04-04 09:26:43 -04:00
2022-04-15 10:29:23 -04:00
2022-04-04 09:26:43 -04:00
2021-11-24 22:51:27 -05:00
2022-04-15 10:29:23 -04:00
2022-04-27 14:46:36 -04:00
2022-04-15 10:29:23 -04:00
2022-04-04 09:26:43 -04:00
2022-03-19 23:15:15 -04:00
2022-04-27 14:46:36 -04:00
2021-11-24 22:51:27 -05:00
2022-04-04 09:26:43 -04:00