mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
fix(Data):
* make bool Session::isTransaction() return Poco::Optional * move parsing to Statement * SQLParser make build * other fixes and improvemets #4230
This commit is contained in:
@@ -60,6 +60,9 @@ Session::Session(Session&& other) noexcept:
|
||||
_statementCreator(std::move(other._statementCreator)),
|
||||
_wasAutoCommit(other._wasAutoCommit)
|
||||
{
|
||||
other._pImpl = nullptr;
|
||||
other._statementCreator.reset();
|
||||
other._wasAutoCommit = false;
|
||||
}
|
||||
|
||||
Session::~Session()
|
||||
|
||||
Reference in New Issue
Block a user