[#2349] fixed View collection schema incorrectly resolving multiple aliased fields originating from the same field source

This commit is contained in:
Gani Georgiev
2023-04-24 15:43:23 +03:00
parent cae3315e46
commit e61d48fe7b
3 changed files with 24 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
## (WIP) v0.15.2
- Fixed view query `SELECT DISTINCT` identifiers parsing ([#2349](https://github.com/pocketbase/pocketbase/discussions/2349#discussioncomment-5706019)).
- Fixed View query `SELECT DISTINCT` identifiers parsing ([#2349-5706019](https://github.com/pocketbase/pocketbase/discussions/2349#discussioncomment-5706019)).
- Fixed View collection schema incorrectly resolving multiple aliased fields originating from the same field source ([#2349-5707675](https://github.com/pocketbase/pocketbase/discussions/2349#discussioncomment-5707675)).
## v0.15.1