[#3616] fixed tokenizer whitespace characters trimming

This commit is contained in:
Gani Georgiev
2023-10-27 14:51:01 +03:00
parent 94253f0dd5
commit 01e8c0f9f7
34 changed files with 182 additions and 108 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.19.1
- Fixed `tokenizer.Scan()/ScanAll()` to ignore the separators from the default trim cutset.
An option to return also the empty found tokens was also added via `Tokenizer.KeepEmptyTokens(true)`.
_This should fix the parsing of whitespace charactes around view query column names when no quotes are used ([#3616](https://github.com/pocketbase/pocketbase/discussions/3616#discussioncomment-7398564))._
## v0.19.0
- Added Patreon OAuth2 provider ([#3323](https://github.com/pocketbase/pocketbase/pull/3323); thanks @ghostdevv).