mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
* fix(Poco::Data): fixes and improvements #4198 * chore: remove inadvertently commited garbage file * fix(SQLite): SQLChannel tests #4198 * fix(Data::SessionPool): Improve Data::SessionPool thread safety #4206
This commit is contained in:
committed by
GitHub
parent
de04b9eac7
commit
5131fe1c15
@@ -64,10 +64,12 @@ void ArchiveStrategy::open()
|
||||
ArchiveByAgeStrategy::ArchiveByAgeStrategy(const std::string& connector,
|
||||
const std::string& connect,
|
||||
const std::string& sourceTable,
|
||||
const std::string& destinationTable):
|
||||
const std::string& destinationTable,
|
||||
const std::string& age):
|
||||
ArchiveStrategy(connector, connect, sourceTable, destinationTable)
|
||||
{
|
||||
initStatements();
|
||||
if (!age.empty()) setThreshold(age);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user