You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this way is not very good for me, it would be much better if I could get std::optional<uint64_t> as a result of this operation.
Please tell me how can I do this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have the same problem when I try to use the result of executing SELECT. The table stores only one column with the Nullable(Int64) type. An example of the code is attached
Hello, everyone!
I try to get a value from Nullable(UInt64) column, and I want to get std::optional<uint64_t> as a result, with this code:
But I have an exception:
I can get a value only this way, and this code works good:
But this way is not very good for me, it would be much better if I could get std::optional<uint64_t> as a result of this operation.
Please tell me how can I do this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: