
19 Nov
2024
19 Nov
'24
8:37 a.m.
On Tue, Nov 19, 2024 at 4:30 PM Ruben Perez
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.
sqltie:;value would work. I should add optional support though.
Thanks, Ruben.