fix: is not working with upper/mixed case values (#2081)

This commit is contained in:
Steve Chavez
2022-06-03 22:19:16 -05:00
parent 89e93ef6f5
commit ef240ef05a
3 changed files with 29 additions and 4 deletions
+2
View File
@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2020, Execute deferred constraint triggers when using `Prefer: tx=rollback` - @wolfgangwalther
- #2058, Return 204 No Content without Content-Type for PUT - @wolfgangwalther
- #2077, Fix `is` not working with upper or mixed case values like `NULL, TrUe, FaLsE` - @steve-chavez
## [9.0.0] - 2021-11-25