mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 05:00:37 -06:00
Cleanup in generated code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user