0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Cleanup in generated code

This commit is contained in:
rbock 2014-08-27 21:32:00 +02:00
parent 4ac4b1820b
commit d75862365b
2 changed files with 0 additions and 3 deletions

View File

@ -175,7 +175,6 @@ for tableCreation in tableCreations:
print(' struct ' + tableClass + ': ' + NAMESPACE + '::table_t<' + tableTemplateParameters + '>', file=header)
print(' {', file=header)
print(' using _value_type = ' + NAMESPACE + '::no_value_t;', file=header)
print(' struct _name_t', file=header)
print(' {', file=header)
print(' static constexpr const char* _get_name() { return "' + sqlTableName + '"; }', file=header)

View File

@ -60,7 +60,6 @@ namespace test
TabFoo_::Epsilon,
TabFoo_::Omega>
{
using _value_type = sqlpp::no_value_t;
struct _name_t
{
static constexpr const char* _get_name() { return "tab_foo"; }
@ -143,7 +142,6 @@ namespace test
TabBar_::Gamma,
TabBar_::Delta>
{
using _value_type = sqlpp::no_value_t;
struct _name_t
{
static constexpr const char* _get_name() { return "tab_bar"; }