Related to #900, but leaving this issue open to collect 5.0 changes.
I don't think dotnet/efcore#19273 is done or has anything to do with DateTime?
Did some of this in PRs #2744, #2746 & #2733
19273 seems wrong reference. (closed as a dupe of open issue)
For Queryable.Reverse - We don't explicitly document queryable methods unless complex ones. (We could call it out in what's new but there is nothing specific in query since support varies widely across providers).
For Bitwise operators - Same as above. We mention function mappings we have added for each providers. Operators mapping is kind of implicit.
I propose close this as fixed.
Most helpful comment
19273 seems wrong reference. (closed as a dupe of open issue)
For Queryable.Reverse - We don't explicitly document queryable methods unless complex ones. (We could call it out in what's new but there is nothing specific in query since support varies widely across providers).
For Bitwise operators - Same as above. We mention function mappings we have added for each providers. Operators mapping is kind of implicit.
I propose close this as fixed.