mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
GH #290: Unicode support
This commit is contained in:
@@ -112,6 +112,11 @@ void Binder::bind(std::size_t pos, const std::string& val, Direction dir)
|
||||
}
|
||||
|
||||
|
||||
void Binder::bind(std::size_t pos, const Poco::UTF16String& val, Direction dir)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void Binder::bind(std::size_t pos, const BLOB& val, Direction dir)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user