\documentclass{article} \usepackage[a4paper]{geometry} \title{ P25219 } \author{ Sam Wilson } \date{ 2021 December 6 (Monday), 8:57AM } \begin{document} \maketitle \tableofcontents I'm feeling thoroughly annoyed with the ORM system I'm using in Symfony. All I want to do is merge tags! It should be a matter of an update statement, followed by a delete. But with Doctrine ORM I have to all sorts of confusing things (well, not \emph{that} confusing, it has to be said, but still…). So I think I might just go back to the simple days when things made sense and database statements behaved properly (i.e. ran when and how you thought they would within a transaction). \end{document}