v2.37.1
Changelog
This is a patch release for v2.37
Bug fixes and improvements
Server
- Fix output of
errorfield for asynchronous actions with 2xx response status.
Data connectors
- Remove explicit NULL ordering when generating ORDER BY statements.
Some dialects such as MySQL do not supportORDER BY ... NULLS FIRST/LAST
The translation toORDER BY CASE WHENcauses the optimizer to be unable to use indices.