Files
sqlalchemy/test/sql
Mike Bayer 82a1d4096f include column.default, column.onupdate in eager_defaults
Fixed bug in the behavior of the :paramref:`_orm.Mapper.eager_defaults`
parameter such that client-side SQL default or onupdate expressions in the
table definition alone will trigger a fetch operation using RETURNING or
SELECT when the ORM emits an INSERT or UPDATE for the row. Previously, only
server side defaults established as part of table DDL and/or server-side
onupdate expressions would trigger this fetch, even though client-side SQL
expressions would be included when the fetch was rendered.

Fixes: #7438
Change-Id: Iba719298ba4a26d185edec97ba77d2d54585e5a4
2022-08-05 10:07:15 -04:00
..
2022-04-04 09:26:43 -04:00
2022-04-04 09:26:43 -04:00
2022-06-04 12:16:27 +02:00
2022-05-22 19:24:18 +00:00
2022-07-16 17:41:09 -04:00
2022-06-04 12:16:27 +02:00
2022-04-27 14:46:36 -04:00
2022-04-04 09:26:43 -04:00