mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 04:30:43 -06:00
Added python code generator as an example
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sqlpp11/update.h>
|
||||
#include "TabSample.h"
|
||||
#include "Sample.h"
|
||||
#include "MockDb.h"
|
||||
#include "is_regular.h"
|
||||
|
||||
@@ -34,7 +34,7 @@ DbMock::_context_t printer(std::cerr);
|
||||
|
||||
int main()
|
||||
{
|
||||
TabSample t;
|
||||
test::TabBar t;
|
||||
|
||||
auto x = t.alpha = 7;
|
||||
auto y = t.beta = "kaesekuchen";
|
||||
|
||||
Reference in New Issue
Block a user