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
Hello, I am wondering if there is a reason for disallowing zero size values? I have noticed that the insert code contains BOOST_ASSERT(size > 0);. I think that the database could/should let the user store zero size values.