Files
sqlalchemy/test/sql
Mike Bayer 2b966de419 accommodate arbitrary embedded params in insertmanyvalues
Fixed bug in new "insertmanyvalues" feature where INSERT that included a
subquery with :func:`_sql.bindparam` inside of it would fail to render
correctly in "insertmanyvalues" format. This affected psycopg2 most
directly as "insertmanyvalues" is used unconditionally with this driver.

Fixes: #8639
Change-Id: I67903fa86afe208899d4f23f940e0727d1be2ce3
2022-10-16 08:47:47 -04:00
..
2021-11-24 22:51:27 -05:00
2022-06-04 12:16:27 +02:00
2022-09-24 11:18:01 -04:00
2022-09-24 11:18:01 -04:00
2022-10-10 21:27:50 +02:00
2022-06-04 12:16:27 +02: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