Skip to content

support for utf16 strings.

Compare
Choose a tag to compare
@aminroosta aminroosta released this 24 Mar 12:24
· 266 commits to master since this release

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 .