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
If you store the names of sub dbs in a db, you need to first convert them to a std::string and then call c_str() on it, to be able to pass it safely to dbi::open. Imo it should be possible to pass the string_view directly.
This is a small UX fix, otherwise I really enjoy using this library, thank you for maintaining it!
The text was updated successfully, but these errors were encountered:
If you store the names of sub dbs in a db, you need to first convert them to a std::string and then call c_str() on it, to be able to pass it safely to dbi::open. Imo it should be possible to pass the string_view directly.
This is a small UX fix, otherwise I really enjoy using this library, thank you for maintaining it!
The text was updated successfully, but these errors were encountered: