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
TLDR: SQlite INTEGER supports 64 bit values, but Soci's row.get<> seems to require an int32, even though soci::into() seems to work as expected. If this is expected behaviour of row.get<>, it could benefit from being documented.
TLDR: SQlite INTEGER supports 64 bit values, but Soci's
row.get<>
seems to require an int32, even thoughsoci::into()
seems to work as expected. If this is expected behaviour ofrow.get<>
, it could benefit from being documented.Details in this stack overflow post. MVCE here:
The text was updated successfully, but these errors were encountered: