mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 21:50:47 +01:00
code cleanup
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
#include "Poco/Data/Session.h"
|
||||
#include "Poco/NumberParser.h"
|
||||
#include "Poco/String.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
|
||||
namespace
|
||||
{
|
||||
std::string copyStripped(std::string::const_iterator aFromStringCItr, std::string::const_iterator aToStringCItr)
|
||||
@@ -187,7 +187,7 @@ void SessionImpl::begin()
|
||||
}
|
||||
|
||||
|
||||
void SessionImpl::commit()
|
||||
void SessionImpl::commit()
|
||||
{
|
||||
// Not an error to issue a COMMIT without a preceding BEGIN
|
||||
_sessionHandle.commit();
|
||||
@@ -243,4 +243,4 @@ bool SessionImpl::hasTransactionIsolation(Poco::UInt32 aTI) const
|
||||
}
|
||||
|
||||
|
||||
}}} // namespace Poco::Data::PostgreSQL
|
||||
} } } // namespace Poco::Data::PostgreSQL
|
||||
|
||||
Reference in New Issue
Block a user