I read this…
“Other refactorings such as �drop table� and �insert data� have no corresponding rollback commands that can be automatically generated.”
I could understand not being able to rollback from drop table or even delete from table where xxx returns way too many rows, BUT insert data??? If I have some insert commands, the delete commands should be generated in the oppossite order where pk=x. How come that can’t be generated?
Is this a typo or does insert data have no rollback commands?
thanks,
Dean