mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
proper bool support
This commit is contained in:
@@ -289,6 +289,7 @@ void StatementImpl::makeExtractors(Poco::UInt32 count)
|
||||
switch (mc.type())
|
||||
{
|
||||
case MetaColumn::FDT_BOOL:
|
||||
addInternalExtract<bool>(mc); break;
|
||||
case MetaColumn::FDT_INT8:
|
||||
addInternalExtract<Int8>(mc); break;
|
||||
case MetaColumn::FDT_UINT8:
|
||||
|
Reference in New Issue
Block a user