Closed ccoors closed 5 months ago
Indeed I suppose all those case should be handled. Thank you for providing concrete test cases. I will look at it.
I just pushed a bunch of fixes on main
about attributes case sensitivity. Please let me know if it looks good to you.
Yes, that's looking good for now, thx!
Hi,
I'm not sure the issue from #39 was fixed completely. This does not work - but I think it should?
Also, case sensitivity is not handled when passing
attributes
orexcluded_attributes
tomodel_dump
- but it should be, according to RFC 7644, Section 3.10:So I would have expected this to work:
Maybe converting all the attributes to snake_case in the models isn't the best approach and they should be converted to all-lowercase instead?