mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 20:20:59 -06:00
Added python code generator as an example
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "TabSample.h"
|
||||
#include "Sample.h"
|
||||
#include "MockDb.h"
|
||||
#include "is_regular.h"
|
||||
#include <sqlpp11/functions.h>
|
||||
@@ -35,8 +35,8 @@ DbMock db = {};
|
||||
|
||||
int main()
|
||||
{
|
||||
TabSample t;
|
||||
TabFoo f;
|
||||
test::TabFoo f;
|
||||
test::TabBar t;
|
||||
|
||||
// empty parameter lists
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user