updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2025-11-18 22:24:49 +02:00
parent 6500b8c518
commit 9abdadf0dc
4 changed files with 7 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
- Added `@request.body.someField:changed` modifier (@todo update docs).
It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value.
Or in other words, if you want to disallow a field change the below 2 expressions should be equivalent:
Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:
```js
// (old)
(@request.body.someField:isset = false || @request.body.someField = someField)
@@ -11,6 +11,8 @@
@request.body.someField:changed = false
```
- Updated `modernc.org/sqlite` to 1.40.1.
## v0.33.0