Files
sqlalchemy/test/sql
Mike Bayer 89b81ec8c4 add CRUD column marker
Added new Core feature :func:`_sql.from_dml_column` that may be used in
expressions inside of :meth:`.UpdateBase.values` for INSERT or UPDATE; this
construct will copy whatever SQL expression is used for the given target
column in the statement to be used with additional columns. The construct
is mostly intended to be a helper with ORM :class:`.hybrid_property` within
DML hooks.

This is the Core side of the feature being added to the ORM
for #12496

Change-Id: Ic568638a8ce3607deea44af988b6451b30cde36c
2025-07-03 12:11:45 -04:00
..
2025-07-03 12:11:45 -04:00
2023-05-09 20:23:48 -04:00
2025-07-03 12:11:45 -04:00
2025-06-11 15:19:23 -04:00
2024-01-31 21:54:59 +01:00
2024-01-31 21:54:59 +01:00
2025-07-03 12:11:45 -04:00