add Transaction class as a wrapper for transactions

This commit is contained in:
2022-05-26 00:34:17 +02:00
parent b32917afe7
commit c5cf4a2672
5 changed files with 335 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2018-2019, Tomasz Sowa
* Copyright (c) 2018-2022, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -49,6 +49,7 @@
#include "modelconnector.h"
#include "clearer.h"
#include "transaction.h"
namespace morm