t-pa

Results 3 issues of t-pa

If a split transaction was edited on the split end (i.e., in the register view of the account that is not the common account), the account of the transaction entry...

This is necessary since commit https://github.com/h2database/h2database/commit/74b1b25d71e78bfa986510cf5ed774c403c4bf2c changes the behavior of `addMeta()` in the same way. Fixes h2database/h2database#3301.

H2 version 2.0.204 crashes when a database containing a view with a CTE is reopened for the second time. Reproducer: ``` user@test:~$ java -cp h2-2.0.204.jar org.h2.tools.Shell -url "jdbc:h2:~/tmp/h2test" -sql "CREATE...