| 1 | """Illustrates the same UPDATE into INSERT technique of ``versioned_rows.py``, |
| 2 | but also emits an UPDATE on the **old** row to affect a change in timestamp. |
| 3 | Also includes a :meth:`.SessionEvents.do_orm_execute` hook to limit queries |
| 4 | to only the most recent version. |
nothing calls this directly
no test coverage detected