support for utf16 strings.
fixes hidden bug when binding std::string field.
replace std::wstring with std::u16string (sqlite3 supports utf16 and utf8 strings).
note :this release is also tested on clang 3.4 and android ndk .
fixes hidden bug when binding std::string field.
replace std::wstring with std::u16string (sqlite3 supports utf16 and utf8 strings).
note :this release is also tested on clang 3.4 and android ndk .