@stonyx/orm 0.3.2-alpha.98 → 0.3.2-alpha.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -402,10 +402,12 @@ export default class AnimalAccess {
|
|
|
402
402
|
}
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
`
|
|
408
|
-
|
|
405
|
+
Both samples above are extracted from this file and executed verbatim against a
|
|
406
|
+
live server on every CI run — see
|
|
407
|
+
[`test/integration/readme-access/`](https://github.com/abofs/stonyx-orm/tree/dev/test/integration/readme-access).
|
|
408
|
+
`DELETE /owners/angela` is asserted to be refused with the record intact, and
|
|
409
|
+
every spelling named above is measured individually, the numeric ones over a raw
|
|
410
|
+
socket. Nothing in this section is prose that was never run.
|
|
409
411
|
|
|
410
412
|
### Upgrading: behaviour changes
|
|
411
413
|
|