Summary
Some SQL types lack a faithful representation and NULL handling is simplified.
Scope
Acceptance
Arithmetic, comparison, and NULL behavior match standard SQL for every type.
Notes
Extend value/ and the runtime boxing layer. Boxed carries no SQL type tag, so non-native types currently use a heap cell; a tagged representation may be needed.
Summary
Some SQL types lack a faithful representation and NULL handling is simplified.
Scope
Acceptance
Arithmetic, comparison, and NULL behavior match standard SQL for every type.
Notes
Extend value/ and the runtime boxing layer. Boxed carries no SQL type tag, so non-native types currently use a heap cell; a tagged representation may be needed.