| 1 | """Illustrates a method to intercept changes on objects, turning |
| 2 | an UPDATE statement on a single row into an INSERT statement, so that a new |
| 3 | row is inserted with the new data, keeping the old row intact. |
| 4 |
nothing calls this directly
no test coverage detected