mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00: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 |
||
|---|---|---|
| .. | ||
| builder.rs | ||
| explain.rs | ||
| insn.rs | ||
| likeop.rs | ||
| mod.rs | ||
| sorter.rs | ||