
19 Nov
2024
19 Nov
'24
8:30 a.m.
What's the best way to specify a nullable field in the static interface? std::optional<T> and boost::optional<T> don't seem to work, nor does having a sqlite::field member. Thanks, Ruben.