mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update Data.hpp
This commit is contained in:
parent
a5f0b224ce
commit
ce5bb3034e
@ -1550,7 +1550,6 @@ protected:
|
|||||||
case Poco::Data::MetaColumn::FDT_STRING:
|
case Poco::Data::MetaColumn::FDT_STRING:
|
||||||
return LightObj(SqInPlace{}, SqVM(), v.convert< std::string >());
|
return LightObj(SqInPlace{}, SqVM(), v.convert< std::string >());
|
||||||
case Poco::Data::MetaColumn::FDT_WSTRING:
|
case Poco::Data::MetaColumn::FDT_WSTRING:
|
||||||
return LightObj(SqInPlace{}, SqVM(), v.convert< std::wstring >());
|
|
||||||
case Poco::Data::MetaColumn::FDT_BLOB:
|
case Poco::Data::MetaColumn::FDT_BLOB:
|
||||||
case Poco::Data::MetaColumn::FDT_CLOB:
|
case Poco::Data::MetaColumn::FDT_CLOB:
|
||||||
case Poco::Data::MetaColumn::FDT_DATE:
|
case Poco::Data::MetaColumn::FDT_DATE:
|
||||||
|
Loading…
Reference in New Issue
Block a user