kawasin73 / prsqlite

Pure Rust implementation of SQLite
Apache License 2.0
563 stars 23 forks source link

Treat Value::Null as Option::None #33

Closed kawasin73 closed 11 months ago

kawasin73 commented 11 months ago

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.

kawasin73 commented 11 months ago

https://github.com/kawasin73/prsqlite/commit/d2c22f6ac3526d53dc9c7f84019e7f0b0d5d0733