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 |
||
|---|---|---|
| .. | ||
| benches | ||
| ext | ||
| functions | ||
| io | ||
| json | ||
| mvcc | ||
| storage | ||
| translate | ||
| vdbe | ||
| vector | ||
| build.rs | ||
| Cargo.toml | ||
| error.rs | ||
| fast_lock.rs | ||
| function.rs | ||
| info.rs | ||
| lib.rs | ||
| parameters.rs | ||
| pseudo.rs | ||
| result.rs | ||
| schema.rs | ||
| types.rs | ||
| util.rs | ||