I'm updating orderlines in our new system running ...
# tornadofx
e
I'm updating orderlines in our new system running on postgresql. Any update will do a two phase commit against postgresql and the old system running firebirdsql. The schemas are completely different, so data is converted into something that will convey the same meaning in the old system. Crazy. Can't wait to be done with the old system and throw away this two pase commit thing. It's working, but it feels dangerous 🙂