1ddef07bcc
- show/2: use case instead of bare Integer.parse match so /api/v1/errors/not-an-id returns 404 instead of crashing - index/2: clamp limit to >= 1 and offset to >= 0 to prevent SQLite from treating negative values as unlimited - Add 3 tests: non-integer id 404, negative limit/offset clamping