-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ensure attribute names are lower cased #14200
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
Conversation
rullzer
left a comment
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.
Makes sense.
|
ah, let me quickly take out adding |
otherwise they will be skipped when the results is being formatted and the lower-cased result keys do not match. Signed-off-by: Arthur Schiwon <[email protected]>
743a813 to
5c10a46
Compare
|
failing tests unrelated → merging |
|
/backport to stable15 |
|
/backport to stable14 |
|
/backport to stable13 |
|
backport to stable15 in #14203 |
|
The backport to stable14 failed. Please do this backport manually. |
|
The backport to stable13 failed. Please do this backport manually. |
otherwise they will be skipped when the results is being formatted and the
lower-cased result keys do not match.