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
Contributor

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
  3. Ensure that numerical enums become numeric

Signed-off-by: Andrew Thornton art27@cantab.net

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 3. Ensure that numerical enums become numeric Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath added 1 commit 2021-05-07 23:38:56 +00:00
Fix two issues with dumptables
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>
All checks were successful
continuous-integration/drone/pr Build is passing
0dc75b7ad6
zeripath added 1 commit 2021-05-08 00:09:18 +00:00
And deal with numerical enums too
Signed-off-by: Andrew Thornton <art27@cantab.net>
All checks were successful
continuous-integration/drone/pr Build is passing
08e4baedd3
Author
Contributor

There's a problem with slices too that needs sorting.

One interesting thing the change does is reset the nulls to default values. I'm not certain if that is really intentional but it does seem benenficial.

There's a problem with slices too that needs sorting. One interesting thing the change does is reset the nulls to default values. I'm not certain if that is really intentional but it does seem benenficial.
lunny approved these changes 2021-05-08 04:27:16 +00:00
lunny merged commit 210c30a7dd into master 2021-05-08 04:27:22 +00:00
zeripath deleted branch fix-1872-issues 2021-05-08 10:02:52 +00:00
lunny added this to the 1.1.0 milestone 2021-05-14 09:10:18 +00:00
Sign in to join this conversation.
No description provided.