fix/transaction-sql-spacing
main
It is error-prone joining together string literals, since the separator between statements isn't clear. Instead, store statements on a string array, and combine them at the end.