mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -244,7 +244,7 @@ std::string SQLChannel::getProperty(const std::string& name) const
|
||||
}
|
||||
else if (name == PROP_ARCHIVE_TABLE)
|
||||
{
|
||||
return _pArchiveStrategy ? _pArchiveStrategy->getDestination() : "" ;
|
||||
return _pArchiveStrategy ? _pArchiveStrategy->getDestination() : "";
|
||||
}
|
||||
else if (name == PROP_MAX_AGE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user