mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-19 04:43:27 -06:00
Cleaned up some outdated serialize functions
This commit is contained in:
@@ -59,12 +59,6 @@ namespace sqlpp
|
||||
_table(table)
|
||||
{}
|
||||
|
||||
template<typename Db>
|
||||
void serialize(std::ostream& os, Db& db) const
|
||||
{
|
||||
os << "("; _table.serialize(os, db); os << ") AS " << _name_t::_get_name();
|
||||
}
|
||||
|
||||
Table _table;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user