mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-09 19:24:18 +01:00
fixed missing }
This commit is contained in:
parent
05db70c37d
commit
aec9e25d79
@ -175,6 +175,7 @@ Poco::Dynamic::Var RecordSet::value(const std::string& name, std::size_t dataRow
|
||||
case MetaColumn::FDT_TIMESTAMP: return value<DateTime>(name, dataRow, useFilter);
|
||||
default:
|
||||
throw UnknownTypeException("Data type not supported.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user