Skip to main content

Module value

Module value 

Source

Structs§

SumAccumulator
Accumulator for SQL sum() aggregate with SQLite overflow semantics.
SumOverflowError
Error returned when sum() encounters integer overflow.

Enums§

SqliteValue
A dynamically-typed SQLite value.

Functions§

format_sqlite_float
Format a floating-point value as text matching SQLite’s %!.15g behavior.
int_float_cmp
Compare an integer with a float, preserving precision for large i64 values.
sql_like
Match a string against a SQL LIKE pattern with SQLite semantics.
unique_key_duplicates
Check if two composite UNIQUE keys are duplicates (SQLite NULL semantics).