Adjusted insert to use wrapped asserts as failure return

This commit is contained in:
rbock
2016-09-01 12:51:04 +02:00
parent cf83978118
commit 36afa04bcd
4 changed files with 48 additions and 48 deletions

View File

@@ -23,12 +23,12 @@
* OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "Sample.h"
#include "MockDb.h"
#include "Sample.h"
#include "is_regular.h"
#include <sqlpp11/insert.h>
#include <sqlpp11/functions.h>
#include <iostream>
#include <sqlpp11/functions.h>
#include <sqlpp11/insert.h>
int Insert(int, char* [])
{