Fix two issues with dumptables #1903

Merged
lunny merged 2 commits from zeripath/xorm:fix-1872-issues into master 2021-05-08 04:27:22 +00:00

2 Commits

Author SHA1 Message Date
08e4baedd3
And deal with numerical enums too
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-08 01:08:59 +01:00
0dc75b7ad6
Fix two issues with dumptables
All checks were successful
continuous-integration/drone/pr Build is passing
There are two issues with #1872 which have become apparent
after testing on Gitea.

1. Ensure structs which are have before processors run correctly
2. Ensure structs extending other structs work

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-08 00:37:38 +01:00