[#7538] set OnlyInt:true when a view column expression is loosely known to return int-only values

This commit is contained in:
Gani Georgiev
2026-02-22 11:06:08 +02:00
parent ab0edb80df
commit eb28f898d0
3 changed files with 80 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
## v0.36.6 (WIP)
- Set `NumberField.OnlyInt:true` for the generated View collection schema fields when a view column expression is known to return int-only values ([#7538](https://github.com/pocketbase/pocketbase/issues/7538)).
## v0.36.5
- Disabled collection and fields name normalization while in IME mode ([#7532](https://github.com/pocketbase/pocketbase/pull/7532); thanks @miaopan607).