allow no space between the index table name and columns list

This commit is contained in:
Gani Georgiev
2023-07-06 23:20:31 +03:00
parent d77479131a
commit ebfbb55f91
35 changed files with 61 additions and 43 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.16.8-WIP
- 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.