synced with master

This commit is contained in:
Gani Georgiev
2023-07-06 23:38:37 +03:00
3 changed files with 127 additions and 9 deletions
+7
View File
@@ -76,6 +76,13 @@
- Allowed `0` as `RelationOptions.MinSelect` value to avoid the ambiguity between 0 and non-filled input value ([#2817](https://github.com/pocketbase/pocketbase/discussions/2817)).
## v0.16.8
- Fixed unique validator detailed error message not being returned when camelCase field name is used ([#2868](https://github.com/pocketbase/pocketbase/issues/2868)).
- Updated the index parser to allow no space between the table name and the columns list ([#2864](https://github.com/pocketbase/pocketbase/discussions/2864#discussioncomment-6373736)).
## v0.16.7
- Minor optimization for the list/search queries to use `rowid` with the `COUNT` statement when available.