Files
turso/core/vdbe
Krishna Vishal 98ca275b33 Add a way to semi randomly generate rowid when the max rowid reaches
`i64::MAX`. We do this by attempting to generate random values smaller
than `i64::MAX` for 100 times and returns `DatabaseFull` error on
failure

- Introduced `DatabaseFull` error variant

Fixes: https://github.com/tursodatabase/turso/issues/1977
2025-07-14 13:09:34 +05:30
..
2025-07-08 22:57:20 +08:00
2025-05-15 09:59:46 +03:00
2025-07-14 03:28:54 +05:30