-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Upgrade xorm to fix rows bug #17052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade xorm to fix rows bug #17052
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. There's quite a few other changes in there. This is fine for the 1.16 but do we want to backport all of these to 1.15?
These changes have also resulted in interface changes and our code will need to be updated. It might be better to just backport the rows fix on to 1.2.2 instead. |
OK. I will try to do that. |
6720430
to
841b661
Compare
f27d0a5
to
0c9c021
Compare
0c9c021
to
55c51dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm gonna mark this as request changes so that re-review occurs when its ready.
I agree - I think the underlying problem has been solved but I think lunny might be keeping it open to test against the new xorm. |
Fix #17030