Files
sqlalchemy/test/sql
Mike Bayer 370d73b4e4 generalize sql server check for id col to accommodate ORM cases
Fixed issues that prevented the new usage patterns for using DML with ORM
objects presented at :ref:`orm_dml_returning_objects` from working
correctly with the SQL Server pyodbc dialect.

Here we add a step to look in compile_state._dict_values more thoroughly
for the keys we need to determine "identity insert" or not, and also
add a new compiler variable dml_compile_state so that we can skip the
ORM's compile_state if present.

Fixes: #8210
Change-Id: Idbd76bb3eb075c647dc6c1cb78f7315c821e15f7
2022-07-06 09:58:11 -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-06-04 12:16:27 +02:00
2022-05-22 19:24:18 +00:00
2022-04-27 14:46:36 -04: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