mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
Closes #1206 Closes #447 Closes #1117 Issues: 1. Rust floating point math fucntions are non deterministic. 2. SQLite have complex floating point display rules. I changed rust functions to libm for math ops and implemented Display trait for OwnedValue:Float. A lot of float formatting SQLite probably inherits from C have to be handcrafted. Closes #1208