mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-18 09:18:21 -05:00
Added template parameter Db to result_entry
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
#include <sqlpp11/insert.h>
|
||||
#include <iostream>
|
||||
|
||||
DbMock db;
|
||||
DbMock::_serializer_context_t printer;
|
||||
MockDb db;
|
||||
MockDb::_serializer_context_t printer;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user