mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 10:10:28 -06:00
Adjusted insert to use wrapped asserts as failure return
This commit is contained in:
@@ -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* [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user