[#2029] enable any id aliased column in a view query to be detected as relation field

This commit is contained in:
Gani Georgiev
2023-03-23 19:51:06 +02:00
parent 67ecebe935
commit 7a2360d785
3 changed files with 5 additions and 6 deletions
+2
View File
@@ -11,6 +11,8 @@
- Removed the `COALESCE` wrapping from some of the generated filter conditions to make better use of the indexes ([#1939](https://github.com/pocketbase/pocketbase/issues/1939)).
- Detect `id` aliased view columns as single `relation` fields ([#2029](https://github.com/pocketbase/pocketbase/discussions/2029)).
- Optimized single relation lookups.
- Normalized record values on `maxSelect` field option change (`select`, `file`, `relation`).