fix: no empty transaction on OPTIONS request

This commit is contained in:
steve-chavez
2022-07-17 14:41:51 -05:00
committed by Steve Chavez
parent c445105d55
commit 4ab5e63e58
3 changed files with 40 additions and 9 deletions
+1
View File
@@ -57,6 +57,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2341, The search path now correctly identifies schemas with uppercase and special characters in their names (regression) - @laurenceisla
- #2364, "404 Not Found" on nested routes and "405 Method Not Allowed" errors no longer start an empty database transaction - @steve-chavez
- #2342, Fix inaccurate result count when an inner embed was selected after a normal embed in the query string - @laurenceisla
- #2376, OPTIONS requests no longer start an empty database transaction - @steve-chavez
### Changed