-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added some bindings for std::string_view when using c++17 #224
base: master
Are you sure you want to change the base?
Conversation
Hm, it seems I found some issues, don't pull this yet |
Ok, it should be working now |
Hello, would you perhaps be able to rebase / update this and fix the test coverage so I could merge it? |
Sure, I'll fix it soon |
# Conflicts: # include/SQLiteCpp/Statement.h # src/Statement.cpp
Ok this should be ready now. Due to me adding bind with const char* and length functions to bind text I had to change all binary blobs to unsigned char* so they will use the void* version. |
Yeah, that seems like a wise idea |
Title says it all :p