limbo/core/vdbe
Pekka Enberg 4ee60348f2 Merge 'Fixes probably all floating point math issues and floating point display issues.' from Ihor Andrianov
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
2025-03-29 17:33:53 +02:00
..
builder.rs Merge 'Expose 'Explain' to prepared statement to allow for alternate Writer ' from Preston Thorpe 2025-03-28 09:55:58 +02:00
explain.rs Improve explain output for Transaction bytecode. 2025-03-17 09:50:22 -03:00
insn.rs fix nan to return null 2025-03-29 14:47:08 +02:00
likeop.rs core: Parse UTF-8 strings lazily 2025-02-06 13:27:52 +02:00
mod.rs Merge 'Fixes probably all floating point math issues and floating point display issues.' from Ihor Andrianov 2025-03-29 17:33:53 +02:00
sorter.rs Update core/vdbe to use the new retrieval methods to access Record values. 2025-02-10 00:27:51 -07:00