Files
turso/core
Jussi Saurio b37745ec14 Merge 'Add quickcheck tests for generate_series() and refine implementation' from Jussi Saurio
Adds `quickcheck` property based tests to the recently merged
`generate_series` implementation and fixes various issues in it:
- `0` for `step` should be treated as `1`
- missing `step` should be treated as `1`
- a string like `a` for `step` should be treated as `1`
- saturating overflow
- return an empty series for a variety of invalid inputs, instead of
erroring
For the future:
We should have e2e/fuzz tests comparing sqlite implementation to limbo
implementation

Reviewed-by: Preston Thorpe (@PThorpe92)

Closes #910
2025-02-07 10:40:25 +02:00
..
2025-02-06 13:27:52 +02:00
2025-02-06 10:44:37 +02:00
2025-01-28 14:55:38 -05:00
2025-01-28 14:55:38 -05:00
2025-02-06 13:40:34 +02:00
2024-12-24 18:04:30 +01:00
2025-02-06 07:51:50 -05:00