mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
MySQL Windows Unicode driver test
This commit is contained in:
@@ -338,7 +338,7 @@ private:
|
||||
{
|
||||
C* pData = new C;
|
||||
Column<C>* pCol = new Column<C>(mc, pData);
|
||||
return new InternalExtraction<C>(*pData, pCol, Position(currentDataSet()));
|
||||
return new InternalExtraction<C>(*pData, pCol, Poco::UInt32(currentDataSet()));
|
||||
}
|
||||
|
||||
template <class C>
|
||||
|
||||
Reference in New Issue
Block a user