Fix misleading disambiguation error where relationship looks like valid syntax

* Add columns for the m2m relationship
This commit is contained in:
Laurence Isla
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent 0f5caa50c6
commit d16972e8da
5 changed files with 48 additions and 16 deletions
+2
View File
@@ -30,6 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2042, Keep working when EMFILE(Too many open files) is reached. - @steve-chavez
- #2147, Ignore `Content-Type` headers for `GET` requests when calling RPCs. Previously, `GET` without parameters, but with `Content-Type: text/plain` or `Content-Type: application/octet-stream` would fail with `404 Not Found`, even if a function without arguments was available.
- ```
- #2155, Ignore `max-rows` on POST, PATCH, PUT and DELETE - @steve-chavez
- #2239, Fix misleading disambiguation error where the content of the `relationship` key looks like valid syntax - @laurenceisla
### Changed