kawasin73/prsqlite

Treat Value::Null as Option::None

kawasin73 opened this issue · 1 comments

With any operation, Value::Null is converted into Value::Null anyway.

With the type conversion for insert, apply_text_affinity() need to support Value::Null case.