fixed index validator to allow expressions in the optional where clause

This commit is contained in:
Gani Georgiev
2026-09-05 22:31:16 +03:00
parent 97f9d63a1b
commit dbea21f1b2
10 changed files with 24 additions and 22 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
- Minor UI improvements (updated dark primary btn contrast).
- Writes the status header for JSON responses only if the fields picker succeed or has acceptable fallback.
- Write the status header for JSON responses only if the fields picker succeed or has acceptable fallback.
_This is to allow custom response status code in reaction to failed json writes._
- Fixed collection index validator to allow expressions with parenthesis in the optional `WHERE` clause.
- Bumped `golang.org/x/*` dependencies to silence security scanners ([#7829](https://github.com/pocketbase/pocketbase/discussions/7829)).